Html Css Color HEX #BB7C47 Brandy Punch

📋 copy color: '#BB7C47'

red 187 ◦ green 124 ◦ blue 71

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

Shades of Brandy Punch #BB7C47

Tints of Brandy Punch #BB7C47

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 48.95%
G = 32.46%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB7C47 (or 0xBB7C47) is known color: Brandy Punch. HEX triplet: BB, 7C and 47. RGB value is (187,124,71). Sum of RGB (Red+Green+Blue) = 187+124+71=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C47 is #4483B8. Grayscale: #898989. Windows color (decimal): -4490169 or 4684987. OLE color: 4684987.

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

Color convert

RGB 187 124 71 -
CMYK 0 0.34 0.62 0.27
HSL 27.41º 0.46% 0.51% -
HSV(B) 27.41º 0.62% 0.73% -
XYZ 28.84 25.44 9.35 -
YUV 136.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 187 124 71 0 0.34 0.62 0.27 27.41 0.46 0.51
Hex BB 7C 47 0 22 3E 1B 1B 2E 33
Octal 273 174 107 0 42 76 33 33 56 63
Binary 10111011 1111100 1000111 0 100010 111110 11011 11011 101110 110011

Color Harmonies of #BB7C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C47

Black with #BB7C47

Text Example


Text Example

White with #BB7C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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