Html Css Color HEX #B99442 Roti

📋 copy color: '#B99442'

red 185 ◦ green 148 ◦ blue 66

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

Shades of Roti #B99442

Tints of Roti #B99442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

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

R = 46.37%
G = 37.09%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B99442 (or 0xB99442) is known color: Roti. HEX triplet: B9, 94 and 42. RGB value is (185,148,66). Sum of RGB (Red+Green+Blue) = 185+148+66=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B99442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99442 is #466BBD. Grayscale: #969696. Windows color (decimal): -4615102 or 4363449. OLE color: 4363449.

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

Color convert

RGB 185 148 66 -
CMYK 0 0.20 0.64 0.27
HSL 41.34º 0.47% 0.49% -
HSV(B) 41.34º 0.64% 0.73% -
XYZ 31.58 31.89 9.64 -
YUV 149.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 185 148 66 0 0.20 0.64 0.27 41.34 0.47 0.49
Hex B9 94 42 0 14 40 1B 29 2F 31
Octal 271 224 102 0 24 100 33 51 57 61
Binary 10111001 10010100 1000010 0 10100 1000000 11011 101001 101111 110001

Color Harmonies of #B99442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99442

Black with #B99442

Text Example


Text Example

White with #B99442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99442; }

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

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

background-color css

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

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

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

border-color css

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

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

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