Html Css Color HEX #B99939 Roti

📋 copy color: '#B99939'

red 185 ◦ green 153 ◦ blue 57

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

Shades of Roti #B99939

Tints of Roti #B99939

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 46.84%
G = 38.73%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B99939 (or 0xB99939) is known color: Roti. HEX triplet: B9, 99 and 39. RGB value is (185,153,57). Sum of RGB (Red+Green+Blue) = 185+153+57=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B99939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99939 is #4666C6. Grayscale: #989898. Windows color (decimal): -4613831 or 3774905. OLE color: 3774905.

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

Color convert

RGB 185 153 57 -
CMYK 0 0.17 0.69 0.27
HSL 45º 0.53% 0.47% -
HSV(B) 45º 0.69% 0.73% -
XYZ 32.14 33.39 8.62 -
YUV 151.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 185 153 57 0 0.17 0.69 0.27 45 0.53 0.47
Hex B9 99 39 0 11 45 1B 2D 35 2F
Octal 271 231 71 0 21 105 33 55 65 57
Binary 10111001 10011001 111001 0 10001 1000101 11011 101101 110101 101111

Color Harmonies of #B99939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99939

Black with #B99939

Text Example


Text Example

White with #B99939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99939; }

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

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

background-color css

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

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

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

border-color css

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

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

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