Html Css Color HEX #B99242 Roti

📋 copy color: '#B99242'

red 185 ◦ green 146 ◦ blue 66

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

Shades of Roti #B99242

Tints of Roti #B99242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 46.6%
G = 36.78%
B = 16.62%

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

#B99242 (or 0xB99242) is known color: Roti. HEX triplet: B9, 92 and 42. RGB value is (185,146,66). Sum of RGB (Red+Green+Blue) = 185+146+66=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B99242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99242 is #466DBD. Grayscale: #949494. Windows color (decimal): -4615614 or 4362937. OLE color: 4362937.

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

Color convert

RGB 185 146 66 -
CMYK 0 0.21 0.64 0.27
HSL 40.34º 0.47% 0.49% -
HSV(B) 40.34º 0.64% 0.73% -
XYZ 31.27 31.27 9.54 -
YUV 148.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 185 146 66 0 0.21 0.64 0.27 40.34 0.47 0.49
Hex B9 92 42 0 15 40 1B 28 2F 31
Octal 271 222 102 0 25 100 33 50 57 61
Binary 10111001 10010010 1000010 0 10101 1000000 11011 101000 101111 110001

Color Harmonies of #B99242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99242

Black with #B99242

Text Example


Text Example

White with #B99242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99242; }

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

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

background-color css

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

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

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

border-color css

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

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

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