Html Css Color HEX #B77B30 Mandalay

📋 copy color: '#B77B30'

red 183 ◦ green 123 ◦ blue 48

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

Shades of Mandalay #B77B30

Tints of Mandalay #B77B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 51.69%
G = 34.75%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B77B30 (or 0xB77B30) is known color: Mandalay. HEX triplet: B7, 7B and 30. RGB value is (183,123,48). Sum of RGB (Red+Green+Blue) = 183+123+48=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B30 is #4884CF. Grayscale: #848484. Windows color (decimal): -4752592 or 3177399. OLE color: 3177399.

HSL color Cylindrical-coordinate representation of color #B77B30: hue angle of 33.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B77B30 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 123 48 -
CMYK 0 0.33 0.74 0.28
HSL 33.33º 0.58% 0.45% -
HSV(B) 33.33º 0.74% 0.72% -
XYZ 27.14 24.45 6.08 -
YUV 132.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 183 123 48 0 0.33 0.74 0.28 33.33 0.58 0.45
Hex B7 7B 30 0 21 4A 1C 21 3A 2D
Octal 267 173 60 0 41 112 34 41 72 55
Binary 10110111 1111011 110000 0 100001 1001010 11100 100001 111010 101101

Color Harmonies of #B77B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B30

Black with #B77B30

Text Example


Text Example

White with #B77B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B30; }

 p { color: rgb(183,123,48); }

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

background-color css

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

 a { background-color: rgb(183,123,48); }

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

border-color css

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

 span { border-color: rgb(183,123,48); }

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