Html Css Color HEX #B07D30 Mandalay

📋 copy color: '#B07D30'

red 176 ◦ green 125 ◦ blue 48

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

Shades of Mandalay #B07D30

Tints of Mandalay #B07D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.82%

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

R = 50.43%
G = 35.82%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B07D30 (or 0xB07D30) is known color: Mandalay. HEX triplet: B0, 7D and 30. RGB value is (176,125,48). Sum of RGB (Red+Green+Blue) = 176+125+48=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07D30 is #4F82CF. Grayscale: #838383. Windows color (decimal): -5210832 or 3177904. OLE color: 3177904.

HSL color Cylindrical-coordinate representation of color #B07D30: hue angle of 36.09º 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 #B07D30 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 125 48 -
CMYK 0 0.29 0.73 0.31
HSL 36.09º 0.57% 0.44% -
HSV(B) 36.09º 0.73% 0.69% -
XYZ 25.77 24.11 6.09 -
YUV 131.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 176 125 48 0 0.29 0.73 0.31 36.09 0.57 0.44
Hex B0 7D 30 0 1D 49 1F 24 39 2C
Octal 260 175 60 0 35 111 37 44 71 54
Binary 10110000 1111101 110000 0 11101 1001001 11111 100100 111001 101100

Color Harmonies of #B07D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D30

Black with #B07D30

Text Example


Text Example

White with #B07D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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