Html Css Color HEX #B27F33 Mandalay

📋 copy color: '#B27F33'

red 178 ◦ green 127 ◦ blue 51

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

Shades of Mandalay #B27F33

Tints of Mandalay #B27F33

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

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

R = 50%
G = 35.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B27F33 (or 0xB27F33) is known color: Mandalay. HEX triplet: B2, 7F and 33. RGB value is (178,127,51). Sum of RGB (Red+Green+Blue) = 178+127+51=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F33 is #4D80CC. Grayscale: #858585. Windows color (decimal): -5079245 or 3375026. OLE color: 3375026.

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

Color convert

RGB 178 127 51 -
CMYK 0 0.29 0.71 0.30
HSL 35.91º 0.55% 0.45% -
HSV(B) 35.91º 0.71% 0.7% -
XYZ 26.55 24.88 6.54 -
YUV 133.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 178 127 51 0 0.29 0.71 0.30 35.91 0.55 0.45
Hex B2 7F 33 0 1D 47 1E 24 37 2D
Octal 262 177 63 0 35 107 36 44 67 55
Binary 10110010 1111111 110011 0 11101 1000111 11110 100100 110111 101101

Color Harmonies of #B27F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F33

Black with #B27F33

Text Example


Text Example

White with #B27F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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