Html Css Color HEX #B59945 Roti

📋 copy color: '#B59945'

red 181 ◦ green 153 ◦ blue 69

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

Shades of Roti #B59945

Tints of Roti #B59945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.97%

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 44.91%
G = 37.97%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B59945 (or 0xB59945) is known color: Roti. HEX triplet: B5, 99 and 45. RGB value is (181,153,69). Sum of RGB (Red+Green+Blue) = 181+153+69=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B59945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59945 is #4A66BA. Grayscale: #989898. Windows color (decimal): -4875963 or 4561333. OLE color: 4561333.

HSL color Cylindrical-coordinate representation of color #B59945: hue angle of 45º 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 #B59945 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 153 69 -
CMYK 0 0.15 0.62 0.29
HSL 45º 0.45% 0.49% -
HSV(B) 45º 0.62% 0.71% -
XYZ 31.52 33.04 10.35 -
YUV 151.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 181 153 69 0 0.15 0.62 0.29 45 0.45 0.49
Hex B5 99 45 0 F 3E 1D 2D 2D 31
Octal 265 231 105 0 17 76 35 55 55 61
Binary 10110101 10011001 1000101 0 1111 111110 11101 101101 101101 110001

Color Harmonies of #B59945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59945

Black with #B59945

Text Example


Text Example

White with #B59945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59945; }

 p { color: rgb(181,153,69); }

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

background-color css

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

 a { background-color: rgb(181,153,69); }

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

border-color css

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

 span { border-color: rgb(181,153,69); }

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