Html Css Color HEX #B77F3A Mandalay

📋 copy color: '#B77F3A'

red 183 ◦ green 127 ◦ blue 58

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

Shades of Mandalay #B77F3A

Tints of Mandalay #B77F3A

RGB

 RED value IS 183 (71.88% from 255) = 49.73%

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

 BLUE value IS 58 (23.05% from 255) = 15.76%

R = 49.73%
G = 34.51%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B77F3A (or 0xB77F3A) is known color: Mandalay. HEX triplet: B7, 7F and 3A. RGB value is (183,127,58). Sum of RGB (Red+Green+Blue) = 183+127+58=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F3A is #4880C5. Grayscale: #888888. Windows color (decimal): -4751558 or 3833783. OLE color: 3833783.

HSL color Cylindrical-coordinate representation of color #B77F3A: hue angle of 33.12º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B77F3A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 127 58 -
CMYK 0 0.31 0.68 0.28
HSL 33.12º 0.52% 0.47% -
HSV(B) 33.12º 0.68% 0.72% -
XYZ 27.88 25.55 7.47 -
YUV 135.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 183 127 58 0 0.31 0.68 0.28 33.12 0.52 0.47
Hex B7 7F 3A 0 1F 44 1C 21 34 2F
Octal 267 177 72 0 37 104 34 41 64 57
Binary 10110111 1111111 111010 0 11111 1000100 11100 100001 110100 101111

Color Harmonies of #B77F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F3A

Black with #B77F3A

Text Example


Text Example

White with #B77F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F3A; }

 p { color: rgb(183,127,58); }

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

background-color css

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

 a { background-color: rgb(183,127,58); }

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

border-color css

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

 span { border-color: rgb(183,127,58); }

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