Html Css Color HEX #B59245 Roti

📋 copy color: '#B59245'

red 181 ◦ green 146 ◦ blue 69

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

Shades of Roti #B59245

Tints of Roti #B59245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 45.71%
G = 36.87%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B59245 (or 0xB59245) is known color: Roti. HEX triplet: B5, 92 and 45. RGB value is (181,146,69). Sum of RGB (Red+Green+Blue) = 181+146+69=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B59245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59245 is #4A6DBA. Grayscale: #949494. Windows color (decimal): -4877755 or 4559541. OLE color: 4559541.

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

Color convert

RGB 181 146 69 -
CMYK 0 0.19 0.62 0.29
HSL 41.25º 0.45% 0.49% -
HSV(B) 41.25º 0.62% 0.71% -
XYZ 30.41 30.81 9.97 -
YUV 147.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 181 146 69 0 0.19 0.62 0.29 41.25 0.45 0.49
Hex B5 92 45 0 13 3E 1D 29 2D 31
Octal 265 222 105 0 23 76 35 51 55 61
Binary 10110101 10010010 1000101 0 10011 111110 11101 101001 101101 110001

Color Harmonies of #B59245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59245

Black with #B59245

Text Example


Text Example

White with #B59245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59245; }

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

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

background-color css

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

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

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

border-color css

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

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

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