Html Css Color HEX #BD844A Brandy Punch

📋 copy color: '#BD844A'

red 189 ◦ green 132 ◦ blue 74

#BD844A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #BD844A

Tints of Brandy Punch #BD844A

RGB

 RED value IS 189 (74.22% from 255) = 47.85%

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 47.85%
G = 33.42%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD844A (or 0xBD844A) is known color: Brandy Punch. HEX triplet: BD, 84 and 4A. RGB value is (189,132,74). Sum of RGB (Red+Green+Blue) = 189+132+74=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD844A is #427BB5. Grayscale: #8E8E8E. Windows color (decimal): -4357046 or 4883645. OLE color: 4883645.

HSL color Cylindrical-coordinate representation of color #BD844A: hue angle of 30.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD844A is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 74 -
CMYK 0 0.30 0.61 0.26
HSL 30.26º 0.47% 0.52% -
HSV(B) 30.26º 0.61% 0.74% -
XYZ 30.47 27.82 10.24 -
YUV 142.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 189 132 74 0 0.30 0.61 0.26 30.26 0.47 0.52
Hex BD 84 4A 0 1E 3D 1A 1E 2F 34
Octal 275 204 112 0 36 75 32 36 57 64
Binary 10111101 10000100 1001010 0 11110 111101 11010 11110 101111 110100

Color Harmonies of #BD844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD844A

Black with #BD844A

Text Example


Text Example

White with #BD844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD844A; }

 p { color: rgb(189,132,74); }

 H1.HeaderClassName
 {
   color: #BD844A;
 }
 .AnyTagClassName
 {
   color: #BD844A;
 }
</style>

background-color css

<style>
 a { background-color: #BD844A; }

 a { background-color: rgb(189,132,74); }

 div.DivClassName
 {
   background-color: #BD844A;
 }
 .BgClassName
 {
   background-color: #BD844A;
 }
</style>

border-color css

<style>
 span { border-color: #BD844A; }

 span { border-color: rgb(189,132,74); }

 td.TdClassName
 {
   border-color: #BD844A;
 }
 .TagClassName
 {
   border-color: #BD844A;
 }
</style>