Html Css Color HEX #BB8547 Brandy Punch

📋 copy color: '#BB8547'

red 187 ◦ green 133 ◦ blue 71

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

Shades of Brandy Punch #BB8547

Tints of Brandy Punch #BB8547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 47.83%
G = 34.02%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8547 (or 0xBB8547) is known color: Brandy Punch. HEX triplet: BB, 85 and 47. RGB value is (187,133,71). Sum of RGB (Red+Green+Blue) = 187+133+71=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8547 is #447AB8. Grayscale: #8E8E8E. Windows color (decimal): -4487865 or 4687291. OLE color: 4687291.

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

Color convert

RGB 187 133 71 -
CMYK 0 0.29 0.62 0.27
HSL 32.07º 0.46% 0.51% -
HSV(B) 32.07º 0.62% 0.73% -
XYZ 30.02 27.79 9.74 -
YUV 142.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 187 133 71 0 0.29 0.62 0.27 32.07 0.46 0.51
Hex BB 85 47 0 1D 3E 1B 20 2E 33
Octal 273 205 107 0 35 76 33 40 56 63
Binary 10111011 10000101 1000111 0 11101 111110 11011 100000 101110 110011

Color Harmonies of #BB8547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8547

Black with #BB8547

Text Example


Text Example

White with #BB8547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8547; }

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

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

background-color css

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

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

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

border-color css

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

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

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