Html Css Color HEX #B07B24 Mandalay

📋 copy color: '#B07B24'

red 176 ◦ green 123 ◦ blue 36

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

Shades of Mandalay #B07B24

Tints of Mandalay #B07B24

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.72%

 BLUE value IS 36 (14.45% from 255) = 10.75%

R = 52.54%
G = 36.72%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B07B24 (or 0xB07B24) is known color: Mandalay. HEX triplet: B0, 7B and 24. RGB value is (176,123,36). Sum of RGB (Red+Green+Blue) = 176+123+36=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B24 is #4F84DB. Grayscale: #818181. Windows color (decimal): -5211356 or 2390960. OLE color: 2390960.

HSL color Cylindrical-coordinate representation of color #B07B24: hue angle of 37.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B07B24 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 123 36 -
CMYK 0 0.30 0.80 0.31
HSL 37.29º 0.66% 0.42% -
HSV(B) 37.29º 0.8% 0.69% -
XYZ 25.31 23.52 4.88 -
YUV 128.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 176 123 36 0 0.30 0.80 0.31 37.29 0.66 0.42
Hex B0 7B 24 0 1E 50 1F 25 42 2A
Octal 260 173 44 0 36 120 37 45 102 52
Binary 10110000 1111011 100100 0 11110 1010000 11111 100101 1000010 101010

Color Harmonies of #B07B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B24

Black with #B07B24

Text Example


Text Example

White with #B07B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B24; }

 p { color: rgb(176,123,36); }

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

background-color css

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

 a { background-color: rgb(176,123,36); }

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

border-color css

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

 span { border-color: rgb(176,123,36); }

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