Html Css Color HEX #B59840 Roti

📋 copy color: '#B59840'

red 181 ◦ green 152 ◦ blue 64

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

Shades of Roti #B59840

Tints of Roti #B59840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

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

R = 45.59%
G = 38.29%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B59840 (or 0xB59840) is known color: Roti. HEX triplet: B5, 98 and 40. RGB value is (181,152,64). Sum of RGB (Red+Green+Blue) = 181+152+64=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B59840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59840 is #4A67BF. Grayscale: #979797. Windows color (decimal): -4876224 or 4233397. OLE color: 4233397.

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

Color convert

RGB 181 152 64 -
CMYK 0 0.16 0.65 0.29
HSL 45.13º 0.48% 0.48% -
HSV(B) 45.13º 0.65% 0.71% -
XYZ 31.21 32.65 9.51 -
YUV 150.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 181 152 64 0 0.16 0.65 0.29 45.13 0.48 0.48
Hex B5 98 40 0 10 41 1D 2D 30 30
Octal 265 230 100 0 20 101 35 55 60 60
Binary 10110101 10011000 1000000 0 10000 1000001 11101 101101 110000 110000

Color Harmonies of #B59840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59840

Black with #B59840

Text Example


Text Example

White with #B59840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59840; }

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

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

background-color css

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

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

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

border-color css

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

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

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