Html Css Color HEX #B08223 Mandalay

📋 copy color: '#B08223'

red 176 ◦ green 130 ◦ blue 35

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

Shades of Mandalay #B08223

Tints of Mandalay #B08223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 51.61%
G = 38.12%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B08223 (or 0xB08223) is known color: Mandalay. HEX triplet: B0, 82 and 23. RGB value is (176,130,35). Sum of RGB (Red+Green+Blue) = 176+130+35=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B08223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08223 is #4F7DDC. Grayscale: #858585. Windows color (decimal): -5209565 or 2327216. OLE color: 2327216.

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

Color convert

RGB 176 130 35 -
CMYK 0 0.26 0.80 0.31
HSL 40.43º 0.67% 0.41% -
HSV(B) 40.43º 0.8% 0.69% -
XYZ 26.19 25.32 5.1 -
YUV 132.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 176 130 35 0 0.26 0.80 0.31 40.43 0.67 0.41
Hex B0 82 23 0 1A 50 1F 28 43 29
Octal 260 202 43 0 32 120 37 50 103 51
Binary 10110000 10000010 100011 0 11010 1010000 11111 101000 1000011 101001

Color Harmonies of #B08223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08223

Black with #B08223

Text Example


Text Example

White with #B08223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08223; }

 p { color: rgb(176,130,35); }

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

background-color css

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

 a { background-color: rgb(176,130,35); }

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

border-color css

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

 span { border-color: rgb(176,130,35); }

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