Html Css Color HEX #B88346 Brandy Punch

📋 copy color: '#B88346'

red 184 ◦ green 131 ◦ blue 70

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

Shades of Brandy Punch #B88346

Tints of Brandy Punch #B88346

RGB

 RED value IS 184 (72.27% from 255) = 47.79%

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 47.79%
G = 34.03%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B88346 (or 0xB88346) is known color: Brandy Punch. HEX triplet: B8, 83 and 46. RGB value is (184,131,70). Sum of RGB (Red+Green+Blue) = 184+131+70=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B88346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88346 is #477CB9. Grayscale: #8C8C8C. Windows color (decimal): -4684986 or 4621240. OLE color: 4621240.

HSL color Cylindrical-coordinate representation of color #B88346: hue angle of 32.11º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B88346 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 70 -
CMYK 0 0.29 0.62 0.28
HSL 32.11º 0.45% 0.5% -
HSV(B) 32.11º 0.62% 0.72% -
XYZ 28.99 26.87 9.45 -
YUV 139.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 184 131 70 0 0.29 0.62 0.28 32.11 0.45 0.5
Hex B8 83 46 0 1D 3E 1C 20 2D 32
Octal 270 203 106 0 35 76 34 40 55 62
Binary 10111000 10000011 1000110 0 11101 111110 11100 100000 101101 110010

Color Harmonies of #B88346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88346

Black with #B88346

Text Example


Text Example

White with #B88346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88346; }

 p { color: rgb(184,131,70); }

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

background-color css

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

 a { background-color: rgb(184,131,70); }

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

border-color css

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

 span { border-color: rgb(184,131,70); }

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