Html Css Color HEX #BB8249 Brandy Punch

📋 copy color: '#BB8249'

red 187 ◦ green 130 ◦ blue 73

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

Shades of Brandy Punch #BB8249

Tints of Brandy Punch #BB8249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.72%

R = 47.95%
G = 33.33%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8249 (or 0xBB8249) is known color: Brandy Punch. HEX triplet: BB, 82 and 49. RGB value is (187,130,73). Sum of RGB (Red+Green+Blue) = 187+130+73=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8249 is #447DB6. Grayscale: #8C8C8C. Windows color (decimal): -4488631 or 4817595. OLE color: 4817595.

HSL color Cylindrical-coordinate representation of color #BB8249: hue angle of 30º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB8249 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 73 -
CMYK 0 0.30 0.61 0.27
HSL 30º 0.46% 0.51% -
HSV(B) 30º 0.61% 0.73% -
XYZ 29.68 27.01 9.95 -
YUV 140.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 187 130 73 0 0.30 0.61 0.27 30 0.46 0.51
Hex BB 82 49 0 1E 3D 1B 1E 2E 33
Octal 273 202 111 0 36 75 33 36 56 63
Binary 10111011 10000010 1001001 0 11110 111101 11011 11110 101110 110011

Color Harmonies of #BB8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8249

Black with #BB8249

Text Example


Text Example

White with #BB8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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