Html Css Color HEX #B08430 Mandalay

📋 copy color: '#B08430'

red 176 ◦ green 132 ◦ blue 48

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

Shades of Mandalay #B08430

Tints of Mandalay #B08430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

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

R = 49.44%
G = 37.08%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B08430 (or 0xB08430) is known color: Mandalay. HEX triplet: B0, 84 and 30. RGB value is (176,132,48). Sum of RGB (Red+Green+Blue) = 176+132+48=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B08430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08430 is #4F7BCF. Grayscale: #878787. Windows color (decimal): -5209040 or 3179696. OLE color: 3179696.

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

Color convert

RGB 176 132 48 -
CMYK 0 0.25 0.73 0.31
HSL 39.38º 0.57% 0.44% -
HSV(B) 39.38º 0.73% 0.69% -
XYZ 26.69 25.95 6.4 -
YUV 135.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 176 132 48 0 0.25 0.73 0.31 39.38 0.57 0.44
Hex B0 84 30 0 19 49 1F 27 39 2C
Octal 260 204 60 0 31 111 37 47 71 54
Binary 10110000 10000100 110000 0 11001 1001001 11111 100111 111001 101100

Color Harmonies of #B08430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08430

Black with #B08430

Text Example


Text Example

White with #B08430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08430; }

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

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

background-color css

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

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

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

border-color css

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

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

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