Html Css Color HEX #BB7342 Brandy Punch

📋 copy color: '#BB7342'

red 187 ◦ green 115 ◦ blue 66

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

Shades of Brandy Punch #BB7342

Tints of Brandy Punch #BB7342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

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

R = 50.82%
G = 31.25%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB7342 (or 0xBB7342) is known color: Brandy Punch. HEX triplet: BB, 73 and 42. RGB value is (187,115,66). Sum of RGB (Red+Green+Blue) = 187+115+66=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7342 is #448CBD. Grayscale: #838383. Windows color (decimal): -4492478 or 4355003. OLE color: 4355003.

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

Color convert

RGB 187 115 66 -
CMYK 0 0.39 0.65 0.27
HSL 24.3º 0.48% 0.5% -
HSV(B) 24.3º 0.65% 0.73% -
XYZ 27.61 23.22 8.18 -
YUV 130.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 187 115 66 0 0.39 0.65 0.27 24.3 0.48 0.5
Hex BB 73 42 0 27 41 1B 18 30 32
Octal 273 163 102 0 47 101 33 30 60 62
Binary 10111011 1110011 1000010 0 100111 1000001 11011 11000 110000 110010

Color Harmonies of #BB7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7342

Black with #BB7342

Text Example


Text Example

White with #BB7342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7342; }

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

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

background-color css

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

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

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

border-color css

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

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

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