Html Css Color HEX #B99740 Roti

📋 copy color: '#B99740'

red 185 ◦ green 151 ◦ blue 64

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

Shades of Roti #B99740

Tints of Roti #B99740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

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

R = 46.25%
G = 37.75%
B = 16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B99740 (or 0xB99740) is known color: Roti. HEX triplet: B9, 97 and 40. RGB value is (185,151,64). Sum of RGB (Red+Green+Blue) = 185+151+64=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B99740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99740 is #4668BF. Grayscale: #979797. Windows color (decimal): -4614336 or 4233145. OLE color: 4233145.

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

Color convert

RGB 185 151 64 -
CMYK 0 0.18 0.65 0.27
HSL 43.14º 0.49% 0.49% -
HSV(B) 43.14º 0.65% 0.73% -
XYZ 32 32.82 9.5 -
YUV 151.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 185 151 64 0 0.18 0.65 0.27 43.14 0.49 0.49
Hex B9 97 40 0 12 41 1B 2B 31 31
Octal 271 227 100 0 22 101 33 53 61 61
Binary 10111001 10010111 1000000 0 10010 1000001 11011 101011 110001 110001

Color Harmonies of #B99740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99740

Black with #B99740

Text Example


Text Example

White with #B99740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99740; }

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

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

background-color css

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

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

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

border-color css

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

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

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