Html Css Color HEX #B28233 Mandalay

📋 copy color: '#B28233'

red 178 ◦ green 130 ◦ blue 51

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

Shades of Mandalay #B28233

Tints of Mandalay #B28233

RGB

 RED value IS 178 (69.92% from 255) = 49.58%

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

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 49.58%
G = 36.21%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B28233 (or 0xB28233) is known color: Mandalay. HEX triplet: B2, 82 and 33. RGB value is (178,130,51). Sum of RGB (Red+Green+Blue) = 178+130+51=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B28233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28233 is #4D7DCC. Grayscale: #878787. Windows color (decimal): -5078477 or 3375794. OLE color: 3375794.

HSL color Cylindrical-coordinate representation of color #B28233: hue angle of 37.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B28233 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 51 -
CMYK 0 0.27 0.71 0.30
HSL 37.32º 0.55% 0.45% -
HSV(B) 37.32º 0.71% 0.7% -
XYZ 26.94 25.67 6.67 -
YUV 135.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 178 130 51 0 0.27 0.71 0.30 37.32 0.55 0.45
Hex B2 82 33 0 1B 47 1E 25 37 2D
Octal 262 202 63 0 33 107 36 45 67 55
Binary 10110010 10000010 110011 0 11011 1000111 11110 100101 110111 101101

Color Harmonies of #B28233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28233

Black with #B28233

Text Example


Text Example

White with #B28233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28233; }

 p { color: rgb(178,130,51); }

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

background-color css

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

 a { background-color: rgb(178,130,51); }

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

border-color css

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

 span { border-color: rgb(178,130,51); }

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