Html Css Color HEX #BB844A Brandy Punch

📋 copy color: '#BB844A'

red 187 ◦ green 132 ◦ blue 74

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

Shades of Brandy Punch #BB844A

Tints of Brandy Punch #BB844A

RGB

 RED value IS 187 (73.44% from 255) = 47.58%

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

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

R = 47.58%
G = 33.59%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB844A (or 0xBB844A) is known color: Brandy Punch. HEX triplet: BB, 84 and 4A. RGB value is (187,132,74). Sum of RGB (Red+Green+Blue) = 187+132+74=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB844A is #447BB5. Grayscale: #8E8E8E. Windows color (decimal): -4488118 or 4883643. OLE color: 4883643.

HSL color Cylindrical-coordinate representation of color #BB844A: hue angle of 30.8º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB844A is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 74 -
CMYK 0 0.29 0.60 0.27
HSL 30.8º 0.45% 0.51% -
HSV(B) 30.8º 0.6% 0.73% -
XYZ 29.98 27.56 10.22 -
YUV 141.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 187 132 74 0 0.29 0.60 0.27 30.8 0.45 0.51
Hex BB 84 4A 0 1D 3C 1B 1F 2D 33
Octal 273 204 112 0 35 74 33 37 55 63
Binary 10111011 10000100 1001010 0 11101 111100 11011 11111 101101 110011

Color Harmonies of #BB844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB844A

Black with #BB844A

Text Example


Text Example

White with #BB844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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