Html Css Color HEX #B99D40 Roti

📋 copy color: '#B99D40'

red 185 ◦ green 157 ◦ blue 64

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

Shades of Roti #B99D40

Tints of Roti #B99D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.67%

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

R = 45.57%
G = 38.67%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B99D40 (or 0xB99D40) is known color: Roti. HEX triplet: B9, 9D and 40. RGB value is (185,157,64). Sum of RGB (Red+Green+Blue) = 185+157+64=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D40 is #4662BF. Grayscale: #9B9B9B. Windows color (decimal): -4612800 or 4234681. OLE color: 4234681.

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

Color convert

RGB 185 157 64 -
CMYK 0 0.15 0.65 0.27
HSL 46.12º 0.49% 0.49% -
HSV(B) 46.12º 0.65% 0.73% -
XYZ 32.99 34.8 9.83 -
YUV 154.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 185 157 64 0 0.15 0.65 0.27 46.12 0.49 0.49
Hex B9 9D 40 0 F 41 1B 2E 31 31
Octal 271 235 100 0 17 101 33 56 61 61
Binary 10111001 10011101 1000000 0 1111 1000001 11011 101110 110001 110001

Color Harmonies of #B99D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D40

Black with #B99D40

Text Example


Text Example

White with #B99D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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