Html Css Color HEX #B87B40 Brandy Punch

📋 copy color: '#B87B40'

red 184 ◦ green 123 ◦ blue 64

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

Shades of Brandy Punch #B87B40

Tints of Brandy Punch #B87B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 49.6%
G = 33.15%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B87B40 (or 0xB87B40) is known color: Brandy Punch. HEX triplet: B8, 7B and 40. RGB value is (184,123,64). Sum of RGB (Red+Green+Blue) = 184+123+64=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87B40 is #4784BF. Grayscale: #868686. Windows color (decimal): -4687040 or 4225976. OLE color: 4225976.

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

Color convert

RGB 184 123 64 -
CMYK 0 0.33 0.65 0.28
HSL 29.5º 0.48% 0.49% -
HSV(B) 29.5º 0.65% 0.72% -
XYZ 27.78 24.73 8.16 -
YUV 134.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 184 123 64 0 0.33 0.65 0.28 29.5 0.48 0.49
Hex B8 7B 40 0 21 41 1C 1E 30 31
Octal 270 173 100 0 41 101 34 36 60 61
Binary 10111000 1111011 1000000 0 100001 1000001 11100 11110 110000 110001

Color Harmonies of #B87B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87B40

Black with #B87B40

Text Example


Text Example

White with #B87B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87B40; }

 p { color: rgb(184,123,64); }

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

background-color css

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

 a { background-color: rgb(184,123,64); }

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

border-color css

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

 span { border-color: rgb(184,123,64); }

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