Html Css Color HEX #B07D34 Mandalay

📋 copy color: '#B07D34'

red 176 ◦ green 125 ◦ blue 52

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

Shades of Mandalay #B07D34

Tints of Mandalay #B07D34

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 49.86%
G = 35.41%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B07D34 (or 0xB07D34) is known color: Mandalay. HEX triplet: B0, 7D and 34. RGB value is (176,125,52). Sum of RGB (Red+Green+Blue) = 176+125+52=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07D34 is #4F82CB. Grayscale: #848484. Windows color (decimal): -5210828 or 3440048. OLE color: 3440048.

HSL color Cylindrical-coordinate representation of color #B07D34: hue angle of 35.32º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B07D34 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 125 52 -
CMYK 0 0.29 0.70 0.31
HSL 35.32º 0.54% 0.45% -
HSV(B) 35.32º 0.7% 0.69% -
XYZ 25.86 24.15 6.55 -
YUV 131.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 176 125 52 0 0.29 0.70 0.31 35.32 0.54 0.45
Hex B0 7D 34 0 1D 46 1F 23 36 2D
Octal 260 175 64 0 35 106 37 43 66 55
Binary 10110000 1111101 110100 0 11101 1000110 11111 100011 110110 101101

Color Harmonies of #B07D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D34

Black with #B07D34

Text Example


Text Example

White with #B07D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D34; }

 p { color: rgb(176,125,52); }

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

background-color css

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

 a { background-color: rgb(176,125,52); }

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

border-color css

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

 span { border-color: rgb(176,125,52); }

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