Html Css Color HEX #B27E26 Mandalay

📋 copy color: '#B27E26'

red 178 ◦ green 126 ◦ blue 38

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

Shades of Mandalay #B27E26

Tints of Mandalay #B27E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 52.05%
G = 36.84%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B27E26 (or 0xB27E26) is known color: Mandalay. HEX triplet: B2, 7E and 26. RGB value is (178,126,38). Sum of RGB (Red+Green+Blue) = 178+126+38=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E26 is #4D81D9. Grayscale: #838383. Windows color (decimal): -5079514 or 2522802. OLE color: 2522802.

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

Color convert

RGB 178 126 38 -
CMYK 0 0.29 0.79 0.30
HSL 37.71º 0.65% 0.42% -
HSV(B) 37.71º 0.79% 0.7% -
XYZ 26.17 24.53 5.19 -
YUV 131.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 178 126 38 0 0.29 0.79 0.30 37.71 0.65 0.42
Hex B2 7E 26 0 1D 4F 1E 26 41 2A
Octal 262 176 46 0 35 117 36 46 101 52
Binary 10110010 1111110 100110 0 11101 1001111 11110 100110 1000001 101010

Color Harmonies of #B27E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E26

Black with #B27E26

Text Example


Text Example

White with #B27E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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