Html Css Color HEX #BB8140 Brandy Punch

📋 copy color: '#BB8140'

red 187 ◦ green 129 ◦ blue 64

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

Shades of Brandy Punch #BB8140

Tints of Brandy Punch #BB8140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

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

R = 49.21%
G = 33.95%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB8140 (or 0xBB8140) is known color: Brandy Punch. HEX triplet: BB, 81 and 40. RGB value is (187,129,64). Sum of RGB (Red+Green+Blue) = 187+129+64=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8140 is #447EBF. Grayscale: #8B8B8B. Windows color (decimal): -4488896 or 4227515. OLE color: 4227515.

HSL color Cylindrical-coordinate representation of color #BB8140: hue angle of 31.71º 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 #BB8140 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 64 -
CMYK 0 0.31 0.66 0.27
HSL 31.71º 0.49% 0.49% -
HSV(B) 31.71º 0.66% 0.73% -
XYZ 29.27 26.64 8.45 -
YUV 138.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 187 129 64 0 0.31 0.66 0.27 31.71 0.49 0.49
Hex BB 81 40 0 1F 42 1B 20 31 31
Octal 273 201 100 0 37 102 33 40 61 61
Binary 10111011 10000001 1000000 0 11111 1000010 11011 100000 110001 110001

Color Harmonies of #BB8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8140

Black with #BB8140

Text Example


Text Example

White with #BB8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8140; }

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

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

background-color css

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

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

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

border-color css

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

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

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