Html Css Color HEX #B99646 Roti

📋 copy color: '#B99646'

red 185 ◦ green 150 ◦ blue 70

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

Shades of Roti #B99646

Tints of Roti #B99646

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 45.68%
G = 37.04%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B99646 (or 0xB99646) is known color: Roti. HEX triplet: B9, 96 and 46. RGB value is (185,150,70). Sum of RGB (Red+Green+Blue) = 185+150+70=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B99646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99646 is #4669B9. Grayscale: #979797. Windows color (decimal): -4614586 or 4626105. OLE color: 4626105.

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

Color convert

RGB 185 150 70 -
CMYK 0 0.19 0.62 0.27
HSL 41.74º 0.45% 0.5% -
HSV(B) 41.74º 0.62% 0.73% -
XYZ 32.02 32.57 10.39 -
YUV 151.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 185 150 70 0 0.19 0.62 0.27 41.74 0.45 0.5
Hex B9 96 46 0 13 3E 1B 2A 2D 32
Octal 271 226 106 0 23 76 33 52 55 62
Binary 10111001 10010110 1000110 0 10011 111110 11011 101010 101101 110010

Color Harmonies of #B99646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99646

Black with #B99646

Text Example


Text Example

White with #B99646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99646; }

 p { color: rgb(185,150,70); }

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

background-color css

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

 a { background-color: rgb(185,150,70); }

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

border-color css

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

 span { border-color: rgb(185,150,70); }

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