Html Css Color HEX #B59540 Roti

📋 copy color: '#B59540'

red 181 ◦ green 149 ◦ blue 64

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

Shades of Roti #B59540

Tints of Roti #B59540

RGB

 RED value IS 181 (71.09% from 255) = 45.94%

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 45.94%
G = 37.82%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B59540 (or 0xB59540) is known color: Roti. HEX triplet: B5, 95 and 40. RGB value is (181,149,64). Sum of RGB (Red+Green+Blue) = 181+149+64=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B59540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59540 is #4A6ABF. Grayscale: #959595. Windows color (decimal): -4876992 or 4232629. OLE color: 4232629.

HSL color Cylindrical-coordinate representation of color #B59540: hue angle of 43.59º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B59540 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 64 -
CMYK 0 0.18 0.65 0.29
HSL 43.59º 0.48% 0.48% -
HSV(B) 43.59º 0.65% 0.71% -
XYZ 30.73 31.69 9.35 -
YUV 148.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 181 149 64 0 0.18 0.65 0.29 43.59 0.48 0.48
Hex B5 95 40 0 12 41 1D 2C 30 30
Octal 265 225 100 0 22 101 35 54 60 60
Binary 10110101 10010101 1000000 0 10010 1000001 11101 101100 110000 110000

Color Harmonies of #B59540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59540

Black with #B59540

Text Example


Text Example

White with #B59540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59540; }

 p { color: rgb(181,149,64); }

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

background-color css

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

 a { background-color: rgb(181,149,64); }

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

border-color css

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

 span { border-color: rgb(181,149,64); }

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