Html Css Color HEX #BB8150 Brandy Punch

📋 copy color: '#BB8150'

red 187 ◦ green 129 ◦ blue 80

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

Shades of Brandy Punch #BB8150

Tints of Brandy Punch #BB8150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 47.22%
G = 32.58%
B = 20.2%

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

#BB8150 (or 0xBB8150) is known color: Brandy Punch. HEX triplet: BB, 81 and 50. RGB value is (187,129,80). Sum of RGB (Red+Green+Blue) = 187+129+80=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8150 is #447EAF. Grayscale: #8D8D8D. Windows color (decimal): -4488880 or 5276091. OLE color: 5276091.

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

Color convert

RGB 187 129 80 -
CMYK 0 0.31 0.57 0.27
HSL 27.48º 0.44% 0.52% -
HSV(B) 27.48º 0.57% 0.73% -
XYZ 29.79 26.84 11.2 -
YUV 140.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 187 129 80 0 0.31 0.57 0.27 27.48 0.44 0.52
Hex BB 81 50 0 1F 39 1B 1B 2C 34
Octal 273 201 120 0 37 71 33 33 54 64
Binary 10111011 10000001 1010000 0 11111 111001 11011 11011 101100 110100

Color Harmonies of #BB8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8150

Black with #BB8150

Text Example


Text Example

White with #BB8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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