Html Css Color HEX #B27C2E Mandalay

📋 copy color: '#B27C2E'

red 178 ◦ green 124 ◦ blue 46

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

Shades of Mandalay #B27C2E

Tints of Mandalay #B27C2E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.63%

 BLUE value IS 46 (18.36% from 255) = 13.22%

R = 51.15%
G = 35.63%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B27C2E (or 0xB27C2E) is known color: Mandalay. HEX triplet: B2, 7C and 2E. RGB value is (178,124,46). Sum of RGB (Red+Green+Blue) = 178+124+46=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C2E is #4D83D1. Grayscale: #838383. Windows color (decimal): -5080018 or 3046578. OLE color: 3046578.

HSL color Cylindrical-coordinate representation of color #B27C2E: hue angle of 35.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B27C2E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 124 46 -
CMYK 0 0.30 0.74 0.30
HSL 35.45º 0.59% 0.44% -
HSV(B) 35.45º 0.74% 0.7% -
XYZ 26.06 24.08 5.86 -
YUV 131.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 178 124 46 0 0.30 0.74 0.30 35.45 0.59 0.44
Hex B2 7C 2E 0 1E 4A 1E 23 3B 2C
Octal 262 174 56 0 36 112 36 43 73 54
Binary 10110010 1111100 101110 0 11110 1001010 11110 100011 111011 101100

Color Harmonies of #B27C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C2E

Black with #B27C2E

Text Example


Text Example

White with #B27C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C2E; }

 p { color: rgb(178,124,46); }

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

background-color css

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

 a { background-color: rgb(178,124,46); }

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

border-color css

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

 span { border-color: rgb(178,124,46); }

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