Html Css Color HEX #B99342 Roti

📋 copy color: '#B99342'

red 185 ◦ green 147 ◦ blue 66

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

Shades of Roti #B99342

Tints of Roti #B99342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

 BLUE value IS 66 (26.17% from 255) = 16.58%

R = 46.48%
G = 36.93%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B99342 (or 0xB99342) is known color: Roti. HEX triplet: B9, 93 and 42. RGB value is (185,147,66). Sum of RGB (Red+Green+Blue) = 185+147+66=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B99342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99342 is #466CBD. Grayscale: #959595. Windows color (decimal): -4615358 or 4363193. OLE color: 4363193.

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

Color convert

RGB 185 147 66 -
CMYK 0 0.21 0.64 0.27
HSL 40.84º 0.47% 0.49% -
HSV(B) 40.84º 0.64% 0.73% -
XYZ 31.42 31.58 9.59 -
YUV 149.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 185 147 66 0 0.21 0.64 0.27 40.84 0.47 0.49
Hex B9 93 42 0 15 40 1B 29 2F 31
Octal 271 223 102 0 25 100 33 51 57 61
Binary 10111001 10010011 1000010 0 10101 1000000 11011 101001 101111 110001

Color Harmonies of #B99342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99342

Black with #B99342

Text Example


Text Example

White with #B99342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99342; }

 p { color: rgb(185,147,66); }

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

background-color css

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

 a { background-color: rgb(185,147,66); }

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

border-color css

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

 span { border-color: rgb(185,147,66); }

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