Html Css Color HEX #BB8147 Brandy Punch

📋 copy color: '#BB8147'

red 187 ◦ green 129 ◦ blue 71

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

Shades of Brandy Punch #BB8147

Tints of Brandy Punch #BB8147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

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

R = 48.32%
G = 33.33%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8147 (or 0xBB8147) is known color: Brandy Punch. HEX triplet: BB, 81 and 47. RGB value is (187,129,71). Sum of RGB (Red+Green+Blue) = 187+129+71=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8147 is #447EB8. Grayscale: #8C8C8C. Windows color (decimal): -4488889 or 4686267. OLE color: 4686267.

HSL color Cylindrical-coordinate representation of color #BB8147: 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.62%. Process color model (Four color, CMYK) of #BB8147 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 71 -
CMYK 0 0.31 0.62 0.27
HSL 30º 0.46% 0.51% -
HSV(B) 30º 0.62% 0.73% -
XYZ 29.48 26.72 9.56 -
YUV 139.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 187 129 71 0 0.31 0.62 0.27 30 0.46 0.51
Hex BB 81 47 0 1F 3E 1B 1E 2E 33
Octal 273 201 107 0 37 76 33 36 56 63
Binary 10111011 10000001 1000111 0 11111 111110 11011 11110 101110 110011

Color Harmonies of #BB8147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8147

Black with #BB8147

Text Example


Text Example

White with #BB8147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8147; }

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

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

background-color css

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

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

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

border-color css

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

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

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