Html Css Color HEX #B88046 Brandy Punch

📋 copy color: '#B88046'

red 184 ◦ green 128 ◦ blue 70

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

Shades of Brandy Punch #B88046

Tints of Brandy Punch #B88046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

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

R = 48.17%
G = 33.51%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B88046 (or 0xB88046) is known color: Brandy Punch. HEX triplet: B8, 80 and 46. RGB value is (184,128,70). Sum of RGB (Red+Green+Blue) = 184+128+70=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88046 is #477FB9. Grayscale: #8A8A8A. Windows color (decimal): -4685754 or 4620472. OLE color: 4620472.

HSL color Cylindrical-coordinate representation of color #B88046: hue angle of 30.53º 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 #B88046 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 70 -
CMYK 0 0.30 0.62 0.28
HSL 30.53º 0.45% 0.5% -
HSV(B) 30.53º 0.62% 0.72% -
XYZ 28.59 26.07 9.32 -
YUV 138.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 184 128 70 0 0.30 0.62 0.28 30.53 0.45 0.5
Hex B8 80 46 0 1E 3E 1C 1F 2D 32
Octal 270 200 106 0 36 76 34 37 55 62
Binary 10111000 10000000 1000110 0 11110 111110 11100 11111 101101 110010

Color Harmonies of #B88046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88046

Black with #B88046

Text Example


Text Example

White with #B88046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88046; }

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

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

background-color css

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

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

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

border-color css

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

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

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