Html Css Color HEX #B07530 Mandalay

📋 copy color: '#B07530'

red 176 ◦ green 117 ◦ blue 48

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

Shades of Mandalay #B07530

Tints of Mandalay #B07530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 51.61%
G = 34.31%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B07530 (or 0xB07530) is known color: Mandalay. HEX triplet: B0, 75 and 30. RGB value is (176,117,48). Sum of RGB (Red+Green+Blue) = 176+117+48=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B07530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07530 is #4F8ACF. Grayscale: #7F7F7F. Windows color (decimal): -5212880 or 3175856. OLE color: 3175856.

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

Color convert

RGB 176 117 48 -
CMYK 0 0.34 0.73 0.31
HSL 32.34º 0.57% 0.44% -
HSV(B) 32.34º 0.73% 0.69% -
XYZ 24.8 22.17 5.77 -
YUV 126.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 176 117 48 0 0.34 0.73 0.31 32.34 0.57 0.44
Hex B0 75 30 0 22 49 1F 20 39 2C
Octal 260 165 60 0 42 111 37 40 71 54
Binary 10110000 1110101 110000 0 100010 1001001 11111 100000 111001 101100

Color Harmonies of #B07530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07530

Black with #B07530

Text Example


Text Example

White with #B07530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07530; }

 p { color: rgb(176,117,48); }

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

background-color css

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

 a { background-color: rgb(176,117,48); }

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

border-color css

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

 span { border-color: rgb(176,117,48); }

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