Html Css Color HEX #BB8250 Brandy Punch

📋 copy color: '#BB8250'

red 187 ◦ green 130 ◦ blue 80

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

Shades of Brandy Punch #BB8250

Tints of Brandy Punch #BB8250

RGB

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

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

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

R = 47.1%
G = 32.75%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8250 (or 0xBB8250) is known color: Brandy Punch. HEX triplet: BB, 82 and 50. RGB value is (187,130,80). Sum of RGB (Red+Green+Blue) = 187+130+80=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8250 is #447DAF. Grayscale: #8D8D8D. Windows color (decimal): -4488624 or 5276347. OLE color: 5276347.

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

Color convert

RGB 187 130 80 -
CMYK 0 0.30 0.57 0.27
HSL 28.04º 0.44% 0.52% -
HSV(B) 28.04º 0.57% 0.73% -
XYZ 29.92 27.11 11.24 -
YUV 141.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 187 130 80 0 0.30 0.57 0.27 28.04 0.44 0.52
Hex BB 82 50 0 1E 39 1B 1C 2C 34
Octal 273 202 120 0 36 71 33 34 54 64
Binary 10111011 10000010 1010000 0 11110 111001 11011 11100 101100 110100

Color Harmonies of #BB8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8250

Black with #BB8250

Text Example


Text Example

White with #BB8250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8250; }

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

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

background-color css

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

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

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

border-color css

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

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

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