Html Css Color HEX #B99341 Roti

📋 copy color: '#B99341'

red 185 ◦ green 147 ◦ blue 65

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

Shades of Roti #B99341

Tints of Roti #B99341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 46.6%
G = 37.03%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B99341 (or 0xB99341) is known color: Roti. HEX triplet: B9, 93 and 41. RGB value is (185,147,65). Sum of RGB (Red+Green+Blue) = 185+147+65=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B99341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99341 is #466CBE. Grayscale: #959595. Windows color (decimal): -4615359 or 4297657. OLE color: 4297657.

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

Color convert

RGB 185 147 65 -
CMYK 0 0.21 0.65 0.27
HSL 41º 0.48% 0.49% -
HSV(B) 41º 0.65% 0.73% -
XYZ 31.4 31.56 9.44 -
YUV 149.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 185 147 65 0 0.21 0.65 0.27 41 0.48 0.49
Hex B9 93 41 0 15 41 1B 29 30 31
Octal 271 223 101 0 25 101 33 51 60 61
Binary 10111001 10010011 1000001 0 10101 1000001 11011 101001 110000 110001

Color Harmonies of #B99341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99341

Black with #B99341

Text Example


Text Example

White with #B99341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99341; }

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

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

background-color css

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

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

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

border-color css

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

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

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