Html Css Color HEX #B0742D Mandalay

📋 copy color: '#B0742D'

red 176 ◦ green 116 ◦ blue 45

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

Shades of Mandalay #B0742D

Tints of Mandalay #B0742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 52.23%
G = 34.42%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0742D (or 0xB0742D) is known color: Mandalay. HEX triplet: B0, 74 and 2D. RGB value is (176,116,45). Sum of RGB (Red+Green+Blue) = 176+116+45=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0742D is #4F8BD2. Grayscale: #7E7E7E. Windows color (decimal): -5213139 or 2978992. OLE color: 2978992.

HSL color Cylindrical-coordinate representation of color #B0742D: hue angle of 32.52º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0742D is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 45 -
CMYK 0 0.34 0.74 0.31
HSL 32.52º 0.59% 0.43% -
HSV(B) 32.52º 0.74% 0.69% -
XYZ 24.62 21.91 5.41 -
YUV 125.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 176 116 45 0 0.34 0.74 0.31 32.52 0.59 0.43
Hex B0 74 2D 0 22 4A 1F 21 3B 2B
Octal 260 164 55 0 42 112 37 41 73 53
Binary 10110000 1110100 101101 0 100010 1001010 11111 100001 111011 101011

Color Harmonies of #B0742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0742D

Black with #B0742D

Text Example


Text Example

White with #B0742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0742D; }

 p { color: rgb(176,116,45); }

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

background-color css

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

 a { background-color: rgb(176,116,45); }

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

border-color css

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

 span { border-color: rgb(176,116,45); }

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