Html Css Color HEX #BB8247 Brandy Punch

📋 copy color: '#BB8247'

red 187 ◦ green 130 ◦ blue 71

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

Shades of Brandy Punch #BB8247

Tints of Brandy Punch #BB8247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 48.2%
G = 33.51%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8247 (or 0xBB8247) is known color: Brandy Punch. HEX triplet: BB, 82 and 47. RGB value is (187,130,71). Sum of RGB (Red+Green+Blue) = 187+130+71=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8247 is #447DB8. Grayscale: #8C8C8C. Windows color (decimal): -4488633 or 4686523. OLE color: 4686523.

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

Color convert

RGB 187 130 71 -
CMYK 0 0.30 0.62 0.27
HSL 30.52º 0.46% 0.51% -
HSV(B) 30.52º 0.62% 0.73% -
XYZ 29.61 26.98 9.61 -
YUV 140.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 187 130 71 0 0.30 0.62 0.27 30.52 0.46 0.51
Hex BB 82 47 0 1E 3E 1B 1F 2E 33
Octal 273 202 107 0 36 76 33 37 56 63
Binary 10111011 10000010 1000111 0 11110 111110 11011 11111 101110 110011

Color Harmonies of #BB8247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8247

Black with #BB8247

Text Example


Text Example

White with #BB8247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8247; }

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

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

background-color css

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

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

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

border-color css

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

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

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