Html Css Color HEX #BB7C42 Brandy Punch

📋 copy color: '#BB7C42'

red 187 ◦ green 124 ◦ blue 66

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

Shades of Brandy Punch #BB7C42

Tints of Brandy Punch #BB7C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 49.6%
G = 32.89%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB7C42 (or 0xBB7C42) is known color: Brandy Punch. HEX triplet: BB, 7C and 42. RGB value is (187,124,66). Sum of RGB (Red+Green+Blue) = 187+124+66=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C42 is #4483BD. Grayscale: #888888. Windows color (decimal): -4490174 or 4357307. OLE color: 4357307.

HSL color Cylindrical-coordinate representation of color #BB7C42: hue angle of 28.76º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB7C42 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 66 -
CMYK 0 0.34 0.65 0.27
HSL 28.76º 0.48% 0.5% -
HSV(B) 28.76º 0.65% 0.73% -
XYZ 28.68 25.37 8.54 -
YUV 136.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 187 124 66 0 0.34 0.65 0.27 28.76 0.48 0.5
Hex BB 7C 42 0 22 41 1B 1D 30 32
Octal 273 174 102 0 42 101 33 35 60 62
Binary 10111011 1111100 1000010 0 100010 1000001 11011 11101 110000 110010

Color Harmonies of #BB7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C42

Black with #BB7C42

Text Example


Text Example

White with #BB7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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