Html Css Color HEX #B99D3B Roti

📋 copy color: '#B99D3B'

red 185 ◦ green 157 ◦ blue 59

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

Shades of Roti #B99D3B

Tints of Roti #B99D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.71%

R = 46.13%
G = 39.15%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B99D3B (or 0xB99D3B) is known color: Roti. HEX triplet: B9, 9D and 3B. RGB value is (185,157,59). Sum of RGB (Red+Green+Blue) = 185+157+59=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D3B is #4662C4. Grayscale: #9A9A9A. Windows color (decimal): -4612805 or 3907001. OLE color: 3907001.

HSL color Cylindrical-coordinate representation of color #B99D3B: hue angle of 46.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B99D3B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 59 -
CMYK 0 0.15 0.68 0.27
HSL 46.67º 0.52% 0.48% -
HSV(B) 46.67º 0.68% 0.73% -
XYZ 32.85 34.74 9.11 -
YUV 154.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 185 157 59 0 0.15 0.68 0.27 46.67 0.52 0.48
Hex B9 9D 3B 0 F 44 1B 2F 34 30
Octal 271 235 73 0 17 104 33 57 64 60
Binary 10111001 10011101 111011 0 1111 1000100 11011 101111 110100 110000

Color Harmonies of #B99D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D3B

Black with #B99D3B

Text Example


Text Example

White with #B99D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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