Html Css Color HEX #B07C2B Mandalay

📋 copy color: '#B07C2B'

red 176 ◦ green 124 ◦ blue 43

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

Shades of Mandalay #B07C2B

Tints of Mandalay #B07C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 51.31%
G = 36.15%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B07C2B (or 0xB07C2B) is known color: Mandalay. HEX triplet: B0, 7C and 2B. RGB value is (176,124,43). Sum of RGB (Red+Green+Blue) = 176+124+43=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C2B is #4F83D4. Grayscale: #828282. Windows color (decimal): -5211093 or 2849968. OLE color: 2849968.

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

Color convert

RGB 176 124 43 -
CMYK 0 0.30 0.76 0.31
HSL 36.54º 0.61% 0.43% -
HSV(B) 36.54º 0.76% 0.69% -
XYZ 25.55 23.82 5.54 -
YUV 130.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 176 124 43 0 0.30 0.76 0.31 36.54 0.61 0.43
Hex B0 7C 2B 0 1E 4C 1F 25 3D 2B
Octal 260 174 53 0 36 114 37 45 75 53
Binary 10110000 1111100 101011 0 11110 1001100 11111 100101 111101 101011

Color Harmonies of #B07C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C2B

Black with #B07C2B

Text Example


Text Example

White with #B07C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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