Html Css Color HEX #BB8240 Brandy Punch

📋 copy color: '#BB8240'

red 187 ◦ green 130 ◦ blue 64

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

Shades of Brandy Punch #BB8240

Tints of Brandy Punch #BB8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 49.08%
G = 34.12%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB8240 (or 0xBB8240) is known color: Brandy Punch. HEX triplet: BB, 82 and 40. RGB value is (187,130,64). Sum of RGB (Red+Green+Blue) = 187+130+64=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8240 is #447DBF. Grayscale: #8B8B8B. Windows color (decimal): -4488640 or 4227771. OLE color: 4227771.

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

Color convert

RGB 187 130 64 -
CMYK 0 0.30 0.66 0.27
HSL 32.2º 0.49% 0.49% -
HSV(B) 32.2º 0.66% 0.73% -
XYZ 29.4 26.9 8.49 -
YUV 139.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 187 130 64 0 0.30 0.66 0.27 32.2 0.49 0.49
Hex BB 82 40 0 1E 42 1B 20 31 31
Octal 273 202 100 0 36 102 33 40 61 61
Binary 10111011 10000010 1000000 0 11110 1000010 11011 100000 110001 110001

Color Harmonies of #BB8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8240

Black with #BB8240

Text Example


Text Example

White with #BB8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8240; }

 p { color: rgb(187,130,64); }

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

background-color css

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

 a { background-color: rgb(187,130,64); }

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

border-color css

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

 span { border-color: rgb(187,130,64); }

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