Html Css Color HEX #B99C37 Roti

📋 copy color: '#B99C37'

red 185 ◦ green 156 ◦ blue 55

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

Shades of Roti #B99C37

Tints of Roti #B99C37

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

 BLUE value IS 55 (21.88% from 255) = 13.89%

R = 46.72%
G = 39.39%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B99C37 (or 0xB99C37) is known color: Roti. HEX triplet: B9, 9C and 37. RGB value is (185,156,55). Sum of RGB (Red+Green+Blue) = 185+156+55=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C37 is #4663C8. Grayscale: #999999. Windows color (decimal): -4613065 or 3644601. OLE color: 3644601.

HSL color Cylindrical-coordinate representation of color #B99C37: hue angle of 46.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B99C37 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 156 55 -
CMYK 0 0.16 0.70 0.27
HSL 46.62º 0.54% 0.47% -
HSV(B) 46.62º 0.7% 0.73% -
XYZ 32.59 34.37 8.53 -
YUV 153.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 185 156 55 0 0.16 0.70 0.27 46.62 0.54 0.47
Hex B9 9C 37 0 10 46 1B 2F 36 2F
Octal 271 234 67 0 20 106 33 57 66 57
Binary 10111001 10011100 110111 0 10000 1000110 11011 101111 110110 101111

Color Harmonies of #B99C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C37

Black with #B99C37

Text Example


Text Example

White with #B99C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C37; }

 p { color: rgb(185,156,55); }

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

background-color css

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

 a { background-color: rgb(185,156,55); }

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

border-color css

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

 span { border-color: rgb(185,156,55); }

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