Html Css Color HEX #BB8041 Brandy Punch

📋 copy color: '#BB8041'

red 187 ◦ green 128 ◦ blue 65

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

Shades of Brandy Punch #BB8041

Tints of Brandy Punch #BB8041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 49.21%
G = 33.68%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB8041 (or 0xBB8041) is known color: Brandy Punch. HEX triplet: BB, 80 and 41. RGB value is (187,128,65). Sum of RGB (Red+Green+Blue) = 187+128+65=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8041 is #447FBE. Grayscale: #8A8A8A. Windows color (decimal): -4489151 or 4292795. OLE color: 4292795.

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

Color convert

RGB 187 128 65 -
CMYK 0 0.32 0.65 0.27
HSL 30.98º 0.48% 0.49% -
HSV(B) 30.98º 0.65% 0.73% -
XYZ 29.17 26.38 8.56 -
YUV 138.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 187 128 65 0 0.32 0.65 0.27 30.98 0.48 0.49
Hex BB 80 41 0 20 41 1B 1F 30 31
Octal 273 200 101 0 40 101 33 37 60 61
Binary 10111011 10000000 1000001 0 100000 1000001 11011 11111 110000 110001

Color Harmonies of #BB8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8041

Black with #BB8041

Text Example


Text Example

White with #BB8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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