Html Css Color HEX #B99F41 Roti

📋 copy color: '#B99F41'

red 185 ◦ green 159 ◦ blue 65

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

Shades of Roti #B99F41

Tints of Roti #B99F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

 BLUE value IS 65 (25.78% from 255) = 15.89%

R = 45.23%
G = 38.88%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B99F41 (or 0xB99F41) is known color: Roti. HEX triplet: B9, 9F and 41. RGB value is (185,159,65). Sum of RGB (Red+Green+Blue) = 185+159+65=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F41 is #4660BE. Grayscale: #9C9C9C. Windows color (decimal): -4612287 or 4300729. OLE color: 4300729.

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

Color convert

RGB 185 159 65 -
CMYK 0 0.14 0.65 0.27
HSL 47º 0.48% 0.49% -
HSV(B) 47º 0.65% 0.73% -
XYZ 33.36 35.49 10.09 -
YUV 156.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 185 159 65 0 0.14 0.65 0.27 47 0.48 0.49
Hex B9 9F 41 0 E 41 1B 2F 30 31
Octal 271 237 101 0 16 101 33 57 60 61
Binary 10111001 10011111 1000001 0 1110 1000001 11011 101111 110000 110001

Color Harmonies of #B99F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F41

Black with #B99F41

Text Example


Text Example

White with #B99F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F41; }

 p { color: rgb(185,159,65); }

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

background-color css

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

 a { background-color: rgb(185,159,65); }

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

border-color css

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

 span { border-color: rgb(185,159,65); }

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