Html Css Color HEX #BB8151 Brandy Punch

📋 copy color: '#BB8151'

red 187 ◦ green 129 ◦ blue 81

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

Shades of Brandy Punch #BB8151

Tints of Brandy Punch #BB8151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 47.1%
G = 32.49%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8151 (or 0xBB8151) is known color: Brandy Punch. HEX triplet: BB, 81 and 51. RGB value is (187,129,81). Sum of RGB (Red+Green+Blue) = 187+129+81=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8151 is #447EAE. Grayscale: #8D8D8D. Windows color (decimal): -4488879 or 5341627. OLE color: 5341627.

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

Color convert

RGB 187 129 81 -
CMYK 0 0.31 0.57 0.27
HSL 27.17º 0.44% 0.53% -
HSV(B) 27.17º 0.57% 0.73% -
XYZ 29.83 26.86 11.4 -
YUV 140.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 187 129 81 0 0.31 0.57 0.27 27.17 0.44 0.53
Hex BB 81 51 0 1F 39 1B 1B 2C 35
Octal 273 201 121 0 37 71 33 33 54 65
Binary 10111011 10000001 1010001 0 11111 111001 11011 11011 101100 110101

Color Harmonies of #BB8151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8151

Black with #BB8151

Text Example


Text Example

White with #BB8151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8151; }

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

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

background-color css

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

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

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

border-color css

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

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

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