Html Css Color HEX #BB7442 Brandy Punch

📋 copy color: '#BB7442'

red 187 ◦ green 116 ◦ blue 66

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

Shades of Brandy Punch #BB7442

Tints of Brandy Punch #BB7442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 50.68%
G = 31.44%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB7442 (or 0xBB7442) is known color: Brandy Punch. HEX triplet: BB, 74 and 42. RGB value is (187,116,66). Sum of RGB (Red+Green+Blue) = 187+116+66=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7442 is #448BBD. Grayscale: #838383. Windows color (decimal): -4492222 or 4355259. OLE color: 4355259.

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

Color convert

RGB 187 116 66 -
CMYK 0 0.38 0.65 0.27
HSL 24.79º 0.48% 0.5% -
HSV(B) 24.79º 0.65% 0.73% -
XYZ 27.72 23.45 8.22 -
YUV 131.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 187 116 66 0 0.38 0.65 0.27 24.79 0.48 0.5
Hex BB 74 42 0 26 41 1B 19 30 32
Octal 273 164 102 0 46 101 33 31 60 62
Binary 10111011 1110100 1000010 0 100110 1000001 11011 11001 110000 110010

Color Harmonies of #BB7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7442

Black with #BB7442

Text Example


Text Example

White with #BB7442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7442; }

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

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

background-color css

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

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

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

border-color css

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

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

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