Html Css Color HEX #B07C29 Mandalay

📋 copy color: '#B07C29'

red 176 ◦ green 124 ◦ blue 41

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

Shades of Mandalay #B07C29

Tints of Mandalay #B07C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 51.61%
G = 36.36%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B07C29 (or 0xB07C29) is known color: Mandalay. HEX triplet: B0, 7C and 29. RGB value is (176,124,41). Sum of RGB (Red+Green+Blue) = 176+124+41=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C29 is #4F83D6. Grayscale: #828282. Windows color (decimal): -5211095 or 2718896. OLE color: 2718896.

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

Color convert

RGB 176 124 41 -
CMYK 0 0.30 0.77 0.31
HSL 36.89º 0.62% 0.43% -
HSV(B) 36.89º 0.77% 0.69% -
XYZ 25.51 23.81 5.35 -
YUV 130.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 176 124 41 0 0.30 0.77 0.31 36.89 0.62 0.43
Hex B0 7C 29 0 1E 4D 1F 25 3E 2B
Octal 260 174 51 0 36 115 37 45 76 53
Binary 10110000 1111100 101001 0 11110 1001101 11111 100101 111110 101011

Color Harmonies of #B07C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C29

Black with #B07C29

Text Example


Text Example

White with #B07C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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