Html Css Color HEX #B27B2D Mandalay

📋 copy color: '#B27B2D'

red 178 ◦ green 123 ◦ blue 45

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

Shades of Mandalay #B27B2D

Tints of Mandalay #B27B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 51.45%
G = 35.55%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B27B2D (or 0xB27B2D) is known color: Mandalay. HEX triplet: B2, 7B and 2D. RGB value is (178,123,45). Sum of RGB (Red+Green+Blue) = 178+123+45=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B2D is #4D84D2. Grayscale: #828282. Windows color (decimal): -5080275 or 2980786. OLE color: 2980786.

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

Color convert

RGB 178 123 45 -
CMYK 0 0.31 0.75 0.30
HSL 35.19º 0.6% 0.44% -
HSV(B) 35.19º 0.75% 0.7% -
XYZ 25.92 23.82 5.71 -
YUV 130.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 178 123 45 0 0.31 0.75 0.30 35.19 0.6 0.44
Hex B2 7B 2D 0 1F 4B 1E 23 3C 2C
Octal 262 173 55 0 37 113 36 43 74 54
Binary 10110010 1111011 101101 0 11111 1001011 11110 100011 111100 101100

Color Harmonies of #B27B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B2D

Black with #B27B2D

Text Example


Text Example

White with #B27B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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