Html Css Color HEX #B07C34 Mandalay

📋 copy color: '#B07C34'

red 176 ◦ green 124 ◦ blue 52

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

Shades of Mandalay #B07C34

Tints of Mandalay #B07C34

RGB

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

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

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

R = 50%
G = 35.23%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B07C34 (or 0xB07C34) is known color: Mandalay. HEX triplet: B0, 7C and 34. RGB value is (176,124,52). Sum of RGB (Red+Green+Blue) = 176+124+52=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C34 is #4F83CB. Grayscale: #838383. Windows color (decimal): -5211084 or 3439792. OLE color: 3439792.

HSL color Cylindrical-coordinate representation of color #B07C34: hue angle of 34.84º 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 #B07C34 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 52 -
CMYK 0 0.30 0.70 0.31
HSL 34.84º 0.54% 0.45% -
HSV(B) 34.84º 0.7% 0.69% -
XYZ 25.73 23.89 6.5 -
YUV 131.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 176 124 52 0 0.30 0.70 0.31 34.84 0.54 0.45
Hex B0 7C 34 0 1E 46 1F 23 36 2D
Octal 260 174 64 0 36 106 37 43 66 55
Binary 10110000 1111100 110100 0 11110 1000110 11111 100011 110110 101101

Color Harmonies of #B07C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C34

Black with #B07C34

Text Example


Text Example

White with #B07C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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