Html Css Color HEX #B27F2B Mandalay

📋 copy color: '#B27F2B'

red 178 ◦ green 127 ◦ blue 43

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

Shades of Mandalay #B27F2B

Tints of Mandalay #B27F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 51.15%
G = 36.49%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B27F2B (or 0xB27F2B) is known color: Mandalay. HEX triplet: B2, 7F and 2B. RGB value is (178,127,43). Sum of RGB (Red+Green+Blue) = 178+127+43=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F2B is #4D80D4. Grayscale: #858585. Windows color (decimal): -5079253 or 2850738. OLE color: 2850738.

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

Color convert

RGB 178 127 43 -
CMYK 0 0.29 0.76 0.30
HSL 37.33º 0.61% 0.43% -
HSV(B) 37.33º 0.76% 0.7% -
XYZ 26.39 24.82 5.69 -
YUV 132.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 178 127 43 0 0.29 0.76 0.30 37.33 0.61 0.43
Hex B2 7F 2B 0 1D 4C 1E 25 3D 2B
Octal 262 177 53 0 35 114 36 45 75 53
Binary 10110010 1111111 101011 0 11101 1001100 11110 100101 111101 101011

Color Harmonies of #B27F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F2B

Black with #B27F2B

Text Example


Text Example

White with #B27F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F2B; }

 p { color: rgb(178,127,43); }

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

background-color css

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

 a { background-color: rgb(178,127,43); }

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

border-color css

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

 span { border-color: rgb(178,127,43); }

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