Html Css Color HEX #B87C44 Brandy Punch

📋 copy color: '#B87C44'

red 184 ◦ green 124 ◦ blue 68

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

Shades of Brandy Punch #B87C44

Tints of Brandy Punch #B87C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 48.94%
G = 32.98%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B87C44 (or 0xB87C44) is known color: Brandy Punch. HEX triplet: B8, 7C and 44. RGB value is (184,124,68). Sum of RGB (Red+Green+Blue) = 184+124+68=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C44 is #4783BB. Grayscale: #878787. Windows color (decimal): -4686780 or 4488376. OLE color: 4488376.

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

Color convert

RGB 184 124 68 -
CMYK 0 0.33 0.63 0.28
HSL 28.97º 0.46% 0.49% -
HSV(B) 28.97º 0.63% 0.72% -
XYZ 28.02 25.02 8.82 -
YUV 135.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 184 124 68 0 0.33 0.63 0.28 28.97 0.46 0.49
Hex B8 7C 44 0 21 3F 1C 1D 2E 31
Octal 270 174 104 0 41 77 34 35 56 61
Binary 10111000 1111100 1000100 0 100001 111111 11100 11101 101110 110001

Color Harmonies of #B87C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C44

Black with #B87C44

Text Example


Text Example

White with #B87C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C44; }

 p { color: rgb(184,124,68); }

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

background-color css

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

 a { background-color: rgb(184,124,68); }

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

border-color css

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

 span { border-color: rgb(184,124,68); }

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