Html Css Color HEX #BB8050 Brandy Punch

📋 copy color: '#BB8050'

red 187 ◦ green 128 ◦ blue 80

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

Shades of Brandy Punch #BB8050

Tints of Brandy Punch #BB8050

RGB

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

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

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

R = 47.34%
G = 32.41%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8050 (or 0xBB8050) is known color: Brandy Punch. HEX triplet: BB, 80 and 50. RGB value is (187,128,80). Sum of RGB (Red+Green+Blue) = 187+128+80=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8050 is #447FAF. Grayscale: #8C8C8C. Windows color (decimal): -4489136 or 5275835. OLE color: 5275835.

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

Color convert

RGB 187 128 80 -
CMYK 0 0.32 0.57 0.27
HSL 26.92º 0.44% 0.52% -
HSV(B) 26.92º 0.57% 0.73% -
XYZ 29.66 26.58 11.16 -
YUV 140.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 187 128 80 0 0.32 0.57 0.27 26.92 0.44 0.52
Hex BB 80 50 0 20 39 1B 1B 2C 34
Octal 273 200 120 0 40 71 33 33 54 64
Binary 10111011 10000000 1010000 0 100000 111001 11011 11011 101100 110100

Color Harmonies of #BB8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8050

Black with #BB8050

Text Example


Text Example

White with #BB8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8050; }

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

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

background-color css

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

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

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

border-color css

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

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

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