Html Css Color HEX #B99345 Roti

📋 copy color: '#B99345'

red 185 ◦ green 147 ◦ blue 69

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

Shades of Roti #B99345

Tints of Roti #B99345

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 46.13%
G = 36.66%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B99345 (or 0xB99345) is known color: Roti. HEX triplet: B9, 93 and 45. RGB value is (185,147,69). Sum of RGB (Red+Green+Blue) = 185+147+69=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B99345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99345 is #466CBA. Grayscale: #959595. Windows color (decimal): -4615355 or 4559801. OLE color: 4559801.

HSL color Cylindrical-coordinate representation of color #B99345: hue angle of 40.34º 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 #B99345 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 69 -
CMYK 0 0.21 0.63 0.27
HSL 40.34º 0.46% 0.5% -
HSV(B) 40.34º 0.63% 0.73% -
XYZ 31.52 31.61 10.07 -
YUV 149.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 185 147 69 0 0.21 0.63 0.27 40.34 0.46 0.5
Hex B9 93 45 0 15 3F 1B 28 2E 32
Octal 271 223 105 0 25 77 33 50 56 62
Binary 10111001 10010011 1000101 0 10101 111111 11011 101000 101110 110010

Color Harmonies of #B99345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99345

Black with #B99345

Text Example


Text Example

White with #B99345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99345; }

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

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

background-color css

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

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

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

border-color css

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

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

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