Html Css Color HEX #B27A33 Mandalay

📋 copy color: '#B27A33'

red 178 ◦ green 122 ◦ blue 51

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

Shades of Mandalay #B27A33

Tints of Mandalay #B27A33

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

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

R = 50.71%
G = 34.76%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B27A33 (or 0xB27A33) is known color: Mandalay. HEX triplet: B2, 7A and 33. RGB value is (178,122,51). Sum of RGB (Red+Green+Blue) = 178+122+51=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A33 is #4D85CC. Grayscale: #828282. Windows color (decimal): -5080525 or 3373746. OLE color: 3373746.

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

Color convert

RGB 178 122 51 -
CMYK 0 0.31 0.71 0.30
HSL 33.54º 0.55% 0.45% -
HSV(B) 33.54º 0.71% 0.7% -
XYZ 25.92 23.62 6.33 -
YUV 130.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 178 122 51 0 0.31 0.71 0.30 33.54 0.55 0.45
Hex B2 7A 33 0 1F 47 1E 22 37 2D
Octal 262 172 63 0 37 107 36 42 67 55
Binary 10110010 1111010 110011 0 11111 1000111 11110 100010 110111 101101

Color Harmonies of #B27A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A33

Black with #B27A33

Text Example


Text Example

White with #B27A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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