Html Css Color HEX #B99240 Roti

📋 copy color: '#B99240'

red 185 ◦ green 146 ◦ blue 64

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

Shades of Roti #B99240

Tints of Roti #B99240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 46.84%
G = 36.96%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B99240 (or 0xB99240) is known color: Roti. HEX triplet: B9, 92 and 40. RGB value is (185,146,64). Sum of RGB (Red+Green+Blue) = 185+146+64=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B99240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99240 is #466DBF. Grayscale: #949494. Windows color (decimal): -4615616 or 4231865. OLE color: 4231865.

HSL color Cylindrical-coordinate representation of color #B99240: hue angle of 40.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B99240 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 64 -
CMYK 0 0.21 0.65 0.27
HSL 40.66º 0.49% 0.49% -
HSV(B) 40.66º 0.65% 0.73% -
XYZ 31.21 31.24 9.24 -
YUV 148.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 185 146 64 0 0.21 0.65 0.27 40.66 0.49 0.49
Hex B9 92 40 0 15 41 1B 29 31 31
Octal 271 222 100 0 25 101 33 51 61 61
Binary 10111001 10010010 1000000 0 10101 1000001 11011 101001 110001 110001

Color Harmonies of #B99240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99240

Black with #B99240

Text Example


Text Example

White with #B99240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99240; }

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

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

background-color css

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

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

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

border-color css

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

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

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