Html Css Color HEX #B59144 Roti

📋 copy color: '#B59144'

red 181 ◦ green 145 ◦ blue 68

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

Shades of Roti #B59144

Tints of Roti #B59144

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 45.94%
G = 36.8%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B59144 (or 0xB59144) is known color: Roti. HEX triplet: B5, 91 and 44. RGB value is (181,145,68). Sum of RGB (Red+Green+Blue) = 181+145+68=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B59144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59144 is #4A6EBB. Grayscale: #939393. Windows color (decimal): -4878012 or 4493749. OLE color: 4493749.

HSL color Cylindrical-coordinate representation of color #B59144: hue angle of 40.88º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B59144 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 68 -
CMYK 0 0.20 0.62 0.29
HSL 40.88º 0.45% 0.49% -
HSV(B) 40.88º 0.62% 0.71% -
XYZ 30.22 30.49 9.76 -
YUV 146.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 181 145 68 0 0.20 0.62 0.29 40.88 0.45 0.49
Hex B5 91 44 0 14 3E 1D 29 2D 31
Octal 265 221 104 0 24 76 35 51 55 61
Binary 10110101 10010001 1000100 0 10100 111110 11101 101001 101101 110001

Color Harmonies of #B59144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59144

Black with #B59144

Text Example


Text Example

White with #B59144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59144; }

 p { color: rgb(181,145,68); }

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

background-color css

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

 a { background-color: rgb(181,145,68); }

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

border-color css

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

 span { border-color: rgb(181,145,68); }

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