Html Css Color HEX #B27A30 Mandalay

📋 copy color: '#B27A30'

red 178 ◦ green 122 ◦ blue 48

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

Shades of Mandalay #B27A30

Tints of Mandalay #B27A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 51.15%
G = 35.06%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B27A30 (or 0xB27A30) is known color: Mandalay. HEX triplet: B2, 7A and 30. RGB value is (178,122,48). Sum of RGB (Red+Green+Blue) = 178+122+48=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A30 is #4D85CF. Grayscale: #828282. Windows color (decimal): -5080528 or 3177138. OLE color: 3177138.

HSL color Cylindrical-coordinate representation of color #B27A30: hue angle of 34.15º 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 #B27A30 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 48 -
CMYK 0 0.31 0.73 0.30
HSL 34.15º 0.58% 0.44% -
HSV(B) 34.15º 0.73% 0.7% -
XYZ 25.85 23.6 5.99 -
YUV 130.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 178 122 48 0 0.31 0.73 0.30 34.15 0.58 0.44
Hex B2 7A 30 0 1F 49 1E 22 3A 2C
Octal 262 172 60 0 37 111 36 42 72 54
Binary 10110010 1111010 110000 0 11111 1001001 11110 100010 111010 101100

Color Harmonies of #B27A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A30

Black with #B27A30

Text Example


Text Example

White with #B27A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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