Html Css Color HEX #B27B2F Mandalay

📋 copy color: '#B27B2F'

red 178 ◦ green 123 ◦ blue 47

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

Shades of Mandalay #B27B2F

Tints of Mandalay #B27B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 51.15%
G = 35.34%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B27B2F (or 0xB27B2F) is known color: Mandalay. HEX triplet: B2, 7B and 2F. RGB value is (178,123,47). Sum of RGB (Red+Green+Blue) = 178+123+47=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B2F is #4D84D0. Grayscale: #838383. Windows color (decimal): -5080273 or 3111858. OLE color: 3111858.

HSL color Cylindrical-coordinate representation of color #B27B2F: hue angle of 34.81º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B27B2F is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 47 -
CMYK 0 0.31 0.74 0.30
HSL 34.81º 0.58% 0.44% -
HSV(B) 34.81º 0.74% 0.7% -
XYZ 25.96 23.84 5.92 -
YUV 130.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 178 123 47 0 0.31 0.74 0.30 34.81 0.58 0.44
Hex B2 7B 2F 0 1F 4A 1E 23 3A 2C
Octal 262 173 57 0 37 112 36 43 72 54
Binary 10110010 1111011 101111 0 11111 1001010 11110 100011 111010 101100

Color Harmonies of #B27B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B2F

Black with #B27B2F

Text Example


Text Example

White with #B27B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B2F; }

 p { color: rgb(178,123,47); }

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

background-color css

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

 a { background-color: rgb(178,123,47); }

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

border-color css

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

 span { border-color: rgb(178,123,47); }

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