Html Css Color HEX #B99440 Roti

📋 copy color: '#B99440'

red 185 ◦ green 148 ◦ blue 64

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

Shades of Roti #B99440

Tints of Roti #B99440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

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

R = 46.6%
G = 37.28%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B99440 (or 0xB99440) is known color: Roti. HEX triplet: B9, 94 and 40. RGB value is (185,148,64). Sum of RGB (Red+Green+Blue) = 185+148+64=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B99440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99440 is #466BBF. Grayscale: #959595. Windows color (decimal): -4615104 or 4232377. OLE color: 4232377.

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

Color convert

RGB 185 148 64 -
CMYK 0 0.20 0.65 0.27
HSL 41.65º 0.49% 0.49% -
HSV(B) 41.65º 0.65% 0.73% -
XYZ 31.52 31.86 9.34 -
YUV 149.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 185 148 64 0 0.20 0.65 0.27 41.65 0.49 0.49
Hex B9 94 40 0 14 41 1B 2A 31 31
Octal 271 224 100 0 24 101 33 52 61 61
Binary 10111001 10010100 1000000 0 10100 1000001 11011 101010 110001 110001

Color Harmonies of #B99440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99440

Black with #B99440

Text Example


Text Example

White with #B99440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99440; }

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

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

background-color css

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

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

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

border-color css

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

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

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