Html Css Color HEX #B87A4B Brandy Punch

📋 copy color: '#B87A4B'

red 184 ◦ green 122 ◦ blue 75

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

Shades of Brandy Punch #B87A4B

Tints of Brandy Punch #B87A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 48.29%
G = 32.02%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B87A4B (or 0xB87A4B) is known color: Brandy Punch. HEX triplet: B8, 7A and 4B. RGB value is (184,122,75). Sum of RGB (Red+Green+Blue) = 184+122+75=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A4B is #4785B4. Grayscale: #878787. Windows color (decimal): -4687285 or 4946616. OLE color: 4946616.

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

Color convert

RGB 184 122 75 -
CMYK 0 0.34 0.59 0.28
HSL 25.87º 0.43% 0.51% -
HSV(B) 25.87º 0.59% 0.72% -
XYZ 28 24.62 9.93 -
YUV 135.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 184 122 75 0 0.34 0.59 0.28 25.87 0.43 0.51
Hex B8 7A 4B 0 22 3B 1C 1A 2B 33
Octal 270 172 113 0 42 73 34 32 53 63
Binary 10111000 1111010 1001011 0 100010 111011 11100 11010 101011 110011

Color Harmonies of #B87A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87A4B

Black with #B87A4B

Text Example


Text Example

White with #B87A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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