Html Css Color HEX #B99244 Roti

📋 copy color: '#B99244'

red 185 ◦ green 146 ◦ blue 68

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

Shades of Roti #B99244

Tints of Roti #B99244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.04%

R = 46.37%
G = 36.59%
B = 17.04%

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

#B99244 (or 0xB99244) is known color: Roti. HEX triplet: B9, 92 and 44. RGB value is (185,146,68). Sum of RGB (Red+Green+Blue) = 185+146+68=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B99244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99244 is #466DBB. Grayscale: #959595. Windows color (decimal): -4615612 or 4494009. OLE color: 4494009.

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

Color convert

RGB 185 146 68 -
CMYK 0 0.21 0.63 0.27
HSL 40º 0.46% 0.5% -
HSV(B) 40º 0.63% 0.73% -
XYZ 31.33 31.29 9.86 -
YUV 148.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 185 146 68 0 0.21 0.63 0.27 40 0.46 0.5
Hex B9 92 44 0 15 3F 1B 28 2E 32
Octal 271 222 104 0 25 77 33 50 56 62
Binary 10111001 10010010 1000100 0 10101 111111 11011 101000 101110 110010

Color Harmonies of #B99244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99244

Black with #B99244

Text Example


Text Example

White with #B99244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99244; }

 p { color: rgb(185,146,68); }

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

background-color css

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

 a { background-color: rgb(185,146,68); }

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

border-color css

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

 span { border-color: rgb(185,146,68); }

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