Html Css Color HEX #B99545 Roti

📋 copy color: '#B99545'

red 185 ◦ green 149 ◦ blue 69

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

Shades of Roti #B99545

Tints of Roti #B99545

RGB

 RED value IS 185 (72.66% from 255) = 45.91%

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 45.91%
G = 36.97%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B99545 (or 0xB99545) is known color: Roti. HEX triplet: B9, 95 and 45. RGB value is (185,149,69). Sum of RGB (Red+Green+Blue) = 185+149+69=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B99545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99545 is #466ABA. Grayscale: #979797. Windows color (decimal): -4614843 or 4560313. OLE color: 4560313.

HSL color Cylindrical-coordinate representation of color #B99545: hue angle of 41.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B99545 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 69 -
CMYK 0 0.19 0.63 0.27
HSL 41.38º 0.46% 0.5% -
HSV(B) 41.38º 0.63% 0.73% -
XYZ 31.83 32.24 10.18 -
YUV 150.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 185 149 69 0 0.19 0.63 0.27 41.38 0.46 0.5
Hex B9 95 45 0 13 3F 1B 29 2E 32
Octal 271 225 105 0 23 77 33 51 56 62
Binary 10111001 10010101 1000101 0 10011 111111 11011 101001 101110 110010

Color Harmonies of #B99545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99545

Black with #B99545

Text Example


Text Example

White with #B99545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99545; }

 p { color: rgb(185,149,69); }

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

background-color css

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

 a { background-color: rgb(185,149,69); }

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

border-color css

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

 span { border-color: rgb(185,149,69); }

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