Html Css Color HEX #B27E30 Mandalay

📋 copy color: '#B27E30'

red 178 ◦ green 126 ◦ blue 48

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

Shades of Mandalay #B27E30

Tints of Mandalay #B27E30

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

 BLUE value IS 48 (19.14% from 255) = 13.64%

R = 50.57%
G = 35.8%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B27E30 (or 0xB27E30) is known color: Mandalay. HEX triplet: B2, 7E and 30. RGB value is (178,126,48). Sum of RGB (Red+Green+Blue) = 178+126+48=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E30 is #4D81CF. Grayscale: #858585. Windows color (decimal): -5079504 or 3178162. OLE color: 3178162.

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

Color convert

RGB 178 126 48 -
CMYK 0 0.29 0.73 0.30
HSL 36º 0.58% 0.44% -
HSV(B) 36º 0.73% 0.7% -
XYZ 26.35 24.6 6.16 -
YUV 132.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 178 126 48 0 0.29 0.73 0.30 36 0.58 0.44
Hex B2 7E 30 0 1D 49 1E 24 3A 2C
Octal 262 176 60 0 35 111 36 44 72 54
Binary 10110010 1111110 110000 0 11101 1001001 11110 100100 111010 101100

Color Harmonies of #B27E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E30

Black with #B27E30

Text Example


Text Example

White with #B27E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E30; }

 p { color: rgb(178,126,48); }

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

background-color css

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

 a { background-color: rgb(178,126,48); }

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

border-color css

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

 span { border-color: rgb(178,126,48); }

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