Html Css Color HEX #B67F28 Mandalay

📋 copy color: '#B67F28'

red 182 ◦ green 127 ◦ blue 40

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

Shades of Mandalay #B67F28

Tints of Mandalay #B67F28

RGB

 RED value IS 182 (71.48% from 255) = 52.15%

 GREEN value IS 127 (50% from 255) = 36.39%

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 52.15%
G = 36.39%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B67F28 (or 0xB67F28) is known color: Mandalay. HEX triplet: B6, 7F and 28. RGB value is (182,127,40). Sum of RGB (Red+Green+Blue) = 182+127+40=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F28 is #4980D7. Grayscale: #858585. Windows color (decimal): -4817112 or 2654134. OLE color: 2654134.

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

Color convert

RGB 182 127 40 -
CMYK 0 0.30 0.78 0.29
HSL 36.76º 0.64% 0.44% -
HSV(B) 36.76º 0.78% 0.71% -
XYZ 27.26 25.28 5.45 -
YUV 133.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 182 127 40 0 0.30 0.78 0.29 36.76 0.64 0.44
Hex B6 7F 28 0 1E 4E 1D 25 40 2C
Octal 266 177 50 0 36 116 35 45 100 54
Binary 10110110 1111111 101000 0 11110 1001110 11101 100101 1000000 101100

Color Harmonies of #B67F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F28

Black with #B67F28

Text Example


Text Example

White with #B67F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F28; }

 p { color: rgb(182,127,40); }

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

background-color css

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

 a { background-color: rgb(182,127,40); }

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

border-color css

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

 span { border-color: rgb(182,127,40); }

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