Html Css Color HEX #BB7246 Brandy Punch

📋 copy color: '#BB7246'

red 187 ◦ green 114 ◦ blue 70

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

Shades of Brandy Punch #BB7246

Tints of Brandy Punch #BB7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 50.4%
G = 30.73%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB7246 (or 0xBB7246) is known color: Brandy Punch. HEX triplet: BB, 72 and 46. RGB value is (187,114,70). Sum of RGB (Red+Green+Blue) = 187+114+70=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7246 is #448DB9. Grayscale: #838383. Windows color (decimal): -4492730 or 4616891. OLE color: 4616891.

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

Color convert

RGB 187 114 70 -
CMYK 0 0.39 0.63 0.27
HSL 22.56º 0.46% 0.5% -
HSV(B) 22.56º 0.63% 0.73% -
XYZ 27.62 23.04 8.79 -
YUV 130.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 187 114 70 0 0.39 0.63 0.27 22.56 0.46 0.5
Hex BB 72 46 0 27 3F 1B 17 2E 32
Octal 273 162 106 0 47 77 33 27 56 62
Binary 10111011 1110010 1000110 0 100111 111111 11011 10111 101110 110010

Color Harmonies of #BB7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7246

Black with #BB7246

Text Example


Text Example

White with #BB7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7246; }

 p { color: rgb(187,114,70); }

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

background-color css

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

 a { background-color: rgb(187,114,70); }

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

border-color css

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

 span { border-color: rgb(187,114,70); }

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