Html Css Color HEX #B27A32 Mandalay

📋 copy color: '#B27A32'

red 178 ◦ green 122 ◦ blue 50

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

Shades of Mandalay #B27A32

Tints of Mandalay #B27A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 50.86%
G = 34.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B27A32 (or 0xB27A32) is known color: Mandalay. HEX triplet: B2, 7A and 32. RGB value is (178,122,50). Sum of RGB (Red+Green+Blue) = 178+122+50=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A32 is #4D85CD. Grayscale: #828282. Windows color (decimal): -5080526 or 3308210. OLE color: 3308210.

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

Color convert

RGB 178 122 50 -
CMYK 0 0.31 0.72 0.30
HSL 33.75º 0.56% 0.45% -
HSV(B) 33.75º 0.72% 0.7% -
XYZ 25.9 23.61 6.21 -
YUV 130.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 178 122 50 0 0.31 0.72 0.30 33.75 0.56 0.45
Hex B2 7A 32 0 1F 48 1E 22 38 2D
Octal 262 172 62 0 37 110 36 42 70 55
Binary 10110010 1111010 110010 0 11111 1001000 11110 100010 111000 101101

Color Harmonies of #B27A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A32

Black with #B27A32

Text Example


Text Example

White with #B27A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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