Html Css Color HEX #BB7D42 Brandy Punch

📋 copy color: '#BB7D42'

red 187 ◦ green 125 ◦ blue 66

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

Shades of Brandy Punch #BB7D42

Tints of Brandy Punch #BB7D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

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

R = 49.47%
G = 33.07%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB7D42 (or 0xBB7D42) is known color: Brandy Punch. HEX triplet: BB, 7D and 42. RGB value is (187,125,66). Sum of RGB (Red+Green+Blue) = 187+125+66=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D42 is #4482BD. Grayscale: #898989. Windows color (decimal): -4489918 or 4357563. OLE color: 4357563.

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

Color convert

RGB 187 125 66 -
CMYK 0 0.33 0.65 0.27
HSL 29.26º 0.48% 0.5% -
HSV(B) 29.26º 0.65% 0.73% -
XYZ 28.81 25.63 8.58 -
YUV 136.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 187 125 66 0 0.33 0.65 0.27 29.26 0.48 0.5
Hex BB 7D 42 0 21 41 1B 1D 30 32
Octal 273 175 102 0 41 101 33 35 60 62
Binary 10111011 1111101 1000010 0 100001 1000001 11011 11101 110000 110010

Color Harmonies of #BB7D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D42

Black with #BB7D42

Text Example


Text Example

White with #BB7D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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