Html Css Color HEX #B27C2D Mandalay

📋 copy color: '#B27C2D'

red 178 ◦ green 124 ◦ blue 45

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

Shades of Mandalay #B27C2D

Tints of Mandalay #B27C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 51.3%
G = 35.73%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B27C2D (or 0xB27C2D) is known color: Mandalay. HEX triplet: B2, 7C and 2D. RGB value is (178,124,45). Sum of RGB (Red+Green+Blue) = 178+124+45=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C2D is #4D83D2. Grayscale: #838383. Windows color (decimal): -5080019 or 2981042. OLE color: 2981042.

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

Color convert

RGB 178 124 45 -
CMYK 0 0.30 0.75 0.30
HSL 35.64º 0.6% 0.44% -
HSV(B) 35.64º 0.75% 0.7% -
XYZ 26.04 24.07 5.76 -
YUV 131.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 178 124 45 0 0.30 0.75 0.30 35.64 0.6 0.44
Hex B2 7C 2D 0 1E 4B 1E 24 3C 2C
Octal 262 174 55 0 36 113 36 44 74 54
Binary 10110010 1111100 101101 0 11110 1001011 11110 100100 111100 101100

Color Harmonies of #B27C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C2D

Black with #B27C2D

Text Example


Text Example

White with #B27C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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