Html Css Color HEX #B87A42 Brandy Punch

📋 copy color: '#B87A42'

red 184 ◦ green 122 ◦ blue 66

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

Shades of Brandy Punch #B87A42

Tints of Brandy Punch #B87A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

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

R = 49.46%
G = 32.8%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B87A42 (or 0xB87A42) is known color: Brandy Punch. HEX triplet: B8, 7A and 42. RGB value is (184,122,66). Sum of RGB (Red+Green+Blue) = 184+122+66=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A42 is #4785BD. Grayscale: #868686. Windows color (decimal): -4687294 or 4356792. OLE color: 4356792.

HSL color Cylindrical-coordinate representation of color #B87A42: hue angle of 28.47º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B87A42 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 122 66 -
CMYK 0 0.34 0.64 0.28
HSL 28.47º 0.47% 0.49% -
HSV(B) 28.47º 0.64% 0.72% -
XYZ 27.71 24.5 8.42 -
YUV 134.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 184 122 66 0 0.34 0.64 0.28 28.47 0.47 0.49
Hex B8 7A 42 0 22 40 1C 1C 2F 31
Octal 270 172 102 0 42 100 34 34 57 61
Binary 10111000 1111010 1000010 0 100010 1000000 11100 11100 101111 110001

Color Harmonies of #B87A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87A42

Black with #B87A42

Text Example


Text Example

White with #B87A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87A42; }

 p { color: rgb(184,122,66); }

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

background-color css

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

 a { background-color: rgb(184,122,66); }

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

border-color css

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

 span { border-color: rgb(184,122,66); }

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