Html Css Color HEX #B27E21 Mandalay

📋 copy color: '#B27E21'

red 178 ◦ green 126 ◦ blue 33

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

Shades of Mandalay #B27E21

Tints of Mandalay #B27E21

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.39%

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 52.82%
G = 37.39%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B27E21 (or 0xB27E21) is known color: Mandalay. HEX triplet: B2, 7E and 21. RGB value is (178,126,33). Sum of RGB (Red+Green+Blue) = 178+126+33=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E21 is #4D81DE. Grayscale: #838383. Windows color (decimal): -5079519 or 2195122. OLE color: 2195122.

HSL color Cylindrical-coordinate representation of color #B27E21: hue angle of 38.48º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B27E21 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 126 33 -
CMYK 0 0.29 0.81 0.30
HSL 38.48º 0.69% 0.41% -
HSV(B) 38.48º 0.81% 0.7% -
XYZ 26.1 24.5 4.79 -
YUV 130.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 178 126 33 0 0.29 0.81 0.30 38.48 0.69 0.41
Hex B2 7E 21 0 1D 51 1E 26 45 29
Octal 262 176 41 0 35 121 36 46 105 51
Binary 10110010 1111110 100001 0 11101 1010001 11110 100110 1000101 101001

Color Harmonies of #B27E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E21

Black with #B27E21

Text Example


Text Example

White with #B27E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E21; }

 p { color: rgb(178,126,33); }

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

background-color css

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

 a { background-color: rgb(178,126,33); }

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

border-color css

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

 span { border-color: rgb(178,126,33); }

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