Html Css Color HEX #B27C2B Mandalay

📋 copy color: '#B27C2B'

red 178 ◦ green 124 ◦ blue 43

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

Shades of Mandalay #B27C2B

Tints of Mandalay #B27C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 51.59%
G = 35.94%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B27C2B (or 0xB27C2B) is known color: Mandalay. HEX triplet: B2, 7C and 2B. RGB value is (178,124,43). Sum of RGB (Red+Green+Blue) = 178+124+43=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C2B is #4D83D4. Grayscale: #838383. Windows color (decimal): -5080021 or 2849970. OLE color: 2849970.

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

Color convert

RGB 178 124 43 -
CMYK 0 0.30 0.76 0.30
HSL 36º 0.61% 0.43% -
HSV(B) 36º 0.76% 0.7% -
XYZ 26 24.05 5.56 -
YUV 130.91 78.39 161.59 -
System Red Green Blue C M Y K H S L
Decimal 178 124 43 0 0.30 0.76 0.30 36 0.61 0.43
Hex B2 7C 2B 0 1E 4C 1E 24 3D 2B
Octal 262 174 53 0 36 114 36 44 75 53
Binary 10110010 1111100 101011 0 11110 1001100 11110 100100 111101 101011

Color Harmonies of #B27C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C2B

Black with #B27C2B

Text Example


Text Example

White with #B27C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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