Html Css Color HEX #B59B45 Roti

📋 copy color: '#B59B45'

red 181 ◦ green 155 ◦ blue 69

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

Shades of Roti #B59B45

Tints of Roti #B59B45

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.27%

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

R = 44.69%
G = 38.27%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B59B45 (or 0xB59B45) is known color: Roti. HEX triplet: B5, 9B and 45. RGB value is (181,155,69). Sum of RGB (Red+Green+Blue) = 181+155+69=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59B45 is #4A64BA. Grayscale: #999999. Windows color (decimal): -4875451 or 4561845. OLE color: 4561845.

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

Color convert

RGB 181 155 69 -
CMYK 0 0.14 0.62 0.29
HSL 46.07º 0.45% 0.49% -
HSV(B) 46.07º 0.62% 0.71% -
XYZ 31.85 33.7 10.46 -
YUV 152.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 181 155 69 0 0.14 0.62 0.29 46.07 0.45 0.49
Hex B5 9B 45 0 E 3E 1D 2E 2D 31
Octal 265 233 105 0 16 76 35 56 55 61
Binary 10110101 10011011 1000101 0 1110 111110 11101 101110 101101 110001

Color Harmonies of #B59B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59B45

Black with #B59B45

Text Example


Text Example

White with #B59B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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