Html Css Color HEX #B07B20 Mandalay

📋 copy color: '#B07B20'

red 176 ◦ green 123 ◦ blue 32

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

Shades of Mandalay #B07B20

Tints of Mandalay #B07B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 53.17%
G = 37.16%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B07B20 (or 0xB07B20) is known color: Mandalay. HEX triplet: B0, 7B and 20. RGB value is (176,123,32). Sum of RGB (Red+Green+Blue) = 176+123+32=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B20 is #4F84DF. Grayscale: #808080. Windows color (decimal): -5211360 or 2128816. OLE color: 2128816.

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

Color convert

RGB 176 123 32 -
CMYK 0 0.30 0.82 0.31
HSL 37.92º 0.69% 0.41% -
HSV(B) 37.92º 0.82% 0.69% -
XYZ 25.25 23.5 4.57 -
YUV 128.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 176 123 32 0 0.30 0.82 0.31 37.92 0.69 0.41
Hex B0 7B 20 0 1E 52 1F 26 45 29
Octal 260 173 40 0 36 122 37 46 105 51
Binary 10110000 1111011 100000 0 11110 1010010 11111 100110 1000101 101001

Color Harmonies of #B07B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B20

Black with #B07B20

Text Example


Text Example

White with #B07B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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