Html Css Color HEX #B27630 Mandalay

📋 copy color: '#B27630'

red 178 ◦ green 118 ◦ blue 48

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

Shades of Mandalay #B27630

Tints of Mandalay #B27630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 51.74%
G = 34.3%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B27630 (or 0xB27630) is known color: Mandalay. HEX triplet: B2, 76 and 30. RGB value is (178,118,48). Sum of RGB (Red+Green+Blue) = 178+118+48=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B27630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27630 is #4D89CF. Grayscale: #808080. Windows color (decimal): -5081552 or 3176114. OLE color: 3176114.

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

Color convert

RGB 178 118 48 -
CMYK 0 0.34 0.73 0.30
HSL 32.31º 0.58% 0.44% -
HSV(B) 32.31º 0.73% 0.7% -
XYZ 25.37 22.64 5.83 -
YUV 127.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 178 118 48 0 0.34 0.73 0.30 32.31 0.58 0.44
Hex B2 76 30 0 22 49 1E 20 3A 2C
Octal 262 166 60 0 42 111 36 40 72 54
Binary 10110010 1110110 110000 0 100010 1001001 11110 100000 111010 101100

Color Harmonies of #B27630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27630

Black with #B27630

Text Example


Text Example

White with #B27630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27630; }

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

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

background-color css

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

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

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

border-color css

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

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

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