Html Css Color HEX #B78422 Mandalay

📋 copy color: '#B78422'

red 183 ◦ green 132 ◦ blue 34

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

Shades of Mandalay #B78422

Tints of Mandalay #B78422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 34 (13.67% from 255) = 9.74%

R = 52.44%
G = 37.82%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B78422 (or 0xB78422) is known color: Mandalay. HEX triplet: B7, 84 and 22. RGB value is (183,132,34). Sum of RGB (Red+Green+Blue) = 183+132+34=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B78422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78422 is #487BDD. Grayscale: #888888. Windows color (decimal): -4750302 or 2262199. OLE color: 2262199.

HSL color Cylindrical-coordinate representation of color #B78422: hue angle of 39.46º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B78422 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 132 34 -
CMYK 0 0.28 0.81 0.28
HSL 39.46º 0.69% 0.43% -
HSV(B) 39.46º 0.81% 0.72% -
XYZ 28.07 26.69 5.18 -
YUV 136.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 183 132 34 0 0.28 0.81 0.28 39.46 0.69 0.43
Hex B7 84 22 0 1C 51 1C 27 45 2B
Octal 267 204 42 0 34 121 34 47 105 53
Binary 10110111 10000100 100010 0 11100 1010001 11100 100111 1000101 101011

Color Harmonies of #B78422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78422

Black with #B78422

Text Example


Text Example

White with #B78422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78422; }

 p { color: rgb(183,132,34); }

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

background-color css

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

 a { background-color: rgb(183,132,34); }

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

border-color css

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

 span { border-color: rgb(183,132,34); }

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