Html Css Color HEX #B99E39 Roti

📋 copy color: '#B99E39'

red 185 ◦ green 158 ◦ blue 57

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

Shades of Roti #B99E39

Tints of Roti #B99E39

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 57 (22.66% from 255) = 14.25%

R = 46.25%
G = 39.5%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B99E39 (or 0xB99E39) is known color: Roti. HEX triplet: B9, 9E and 39. RGB value is (185,158,57). Sum of RGB (Red+Green+Blue) = 185+158+57=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E39 is #4661C6. Grayscale: #9A9A9A. Windows color (decimal): -4612551 or 3776185. OLE color: 3776185.

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

Color convert

RGB 185 158 57 -
CMYK 0 0.15 0.69 0.27
HSL 47.34º 0.53% 0.47% -
HSV(B) 47.34º 0.69% 0.73% -
XYZ 32.97 35.06 8.9 -
YUV 154.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 185 158 57 0 0.15 0.69 0.27 47.34 0.53 0.47
Hex B9 9E 39 0 F 45 1B 2F 35 2F
Octal 271 236 71 0 17 105 33 57 65 57
Binary 10111001 10011110 111001 0 1111 1000101 11011 101111 110101 101111

Color Harmonies of #B99E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E39

Black with #B99E39

Text Example


Text Example

White with #B99E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E39; }

 p { color: rgb(185,158,57); }

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

background-color css

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

 a { background-color: rgb(185,158,57); }

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

border-color css

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

 span { border-color: rgb(185,158,57); }

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