Html Css Color HEX #BB804F Brandy Punch

📋 copy color: '#BB804F'

red 187 ◦ green 128 ◦ blue 79

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

Shades of Brandy Punch #BB804F

Tints of Brandy Punch #BB804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 79 (31.25% from 255) = 20.05%

R = 47.46%
G = 32.49%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB804F (or 0xBB804F) is known color: Brandy Punch. HEX triplet: BB, 80 and 4F. RGB value is (187,128,79). Sum of RGB (Red+Green+Blue) = 187+128+79=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB804F is #447FB0. Grayscale: #8C8C8C. Windows color (decimal): -4489137 or 5210299. OLE color: 5210299.

HSL color Cylindrical-coordinate representation of color #BB804F: hue angle of 27.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB804F is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 79 -
CMYK 0 0.32 0.58 0.27
HSL 27.22º 0.44% 0.52% -
HSV(B) 27.22º 0.58% 0.73% -
XYZ 29.62 26.57 10.96 -
YUV 140.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 187 128 79 0 0.32 0.58 0.27 27.22 0.44 0.52
Hex BB 80 4F 0 20 3A 1B 1B 2C 34
Octal 273 200 117 0 40 72 33 33 54 64
Binary 10111011 10000000 1001111 0 100000 111010 11011 11011 101100 110100

Color Harmonies of #BB804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB804F

Black with #BB804F

Text Example


Text Example

White with #BB804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB804F; }

 p { color: rgb(187,128,79); }

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

background-color css

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

 a { background-color: rgb(187,128,79); }

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

border-color css

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

 span { border-color: rgb(187,128,79); }

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