Html Css Color HEX #BB804D Brandy Punch

📋 copy color: '#BB804D'

red 187 ◦ green 128 ◦ blue 77

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

Shades of Brandy Punch #BB804D

Tints of Brandy Punch #BB804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 47.7%
G = 32.65%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB804D (or 0xBB804D) is known color: Brandy Punch. HEX triplet: BB, 80 and 4D. RGB value is (187,128,77). Sum of RGB (Red+Green+Blue) = 187+128+77=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB804D is #447FB2. Grayscale: #8C8C8C. Windows color (decimal): -4489139 or 5079227. OLE color: 5079227.

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

Color convert

RGB 187 128 77 -
CMYK 0 0.32 0.59 0.27
HSL 27.82º 0.45% 0.52% -
HSV(B) 27.82º 0.59% 0.73% -
XYZ 29.55 26.54 10.59 -
YUV 139.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 187 128 77 0 0.32 0.59 0.27 27.82 0.45 0.52
Hex BB 80 4D 0 20 3B 1B 1C 2D 34
Octal 273 200 115 0 40 73 33 34 55 64
Binary 10111011 10000000 1001101 0 100000 111011 11011 11100 101101 110100

Color Harmonies of #BB804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB804D

Black with #BB804D

Text Example


Text Example

White with #BB804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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