Html Css Color HEX #B87B30 Mandalay

📋 copy color: '#B87B30'

red 184 ◦ green 123 ◦ blue 48

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

Shades of Mandalay #B87B30

Tints of Mandalay #B87B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.52%

R = 51.83%
G = 34.65%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B87B30 (or 0xB87B30) is known color: Mandalay. HEX triplet: B8, 7B and 30. RGB value is (184,123,48). Sum of RGB (Red+Green+Blue) = 184+123+48=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87B30 is #4784CF. Grayscale: #858585. Windows color (decimal): -4687056 or 3177400. OLE color: 3177400.

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

Color convert

RGB 184 123 48 -
CMYK 0 0.33 0.74 0.28
HSL 33.09º 0.59% 0.45% -
HSV(B) 33.09º 0.74% 0.72% -
XYZ 27.38 24.57 6.1 -
YUV 132.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 184 123 48 0 0.33 0.74 0.28 33.09 0.59 0.45
Hex B8 7B 30 0 21 4A 1C 21 3B 2D
Octal 270 173 60 0 41 112 34 41 73 55
Binary 10111000 1111011 110000 0 100001 1001010 11100 100001 111011 101101

Color Harmonies of #B87B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87B30

Black with #B87B30

Text Example


Text Example

White with #B87B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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