Html Css Color HEX #B99742 Roti

📋 copy color: '#B99742'

red 185 ◦ green 151 ◦ blue 66

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

Shades of Roti #B99742

Tints of Roti #B99742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 46.02%
G = 37.56%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B99742 (or 0xB99742) is known color: Roti. HEX triplet: B9, 97 and 42. RGB value is (185,151,66). Sum of RGB (Red+Green+Blue) = 185+151+66=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B99742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99742 is #4668BD. Grayscale: #979797. Windows color (decimal): -4614334 or 4364217. OLE color: 4364217.

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

Color convert

RGB 185 151 66 -
CMYK 0 0.18 0.64 0.27
HSL 42.86º 0.47% 0.49% -
HSV(B) 42.86º 0.64% 0.73% -
XYZ 32.06 32.84 9.8 -
YUV 151.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 185 151 66 0 0.18 0.64 0.27 42.86 0.47 0.49
Hex B9 97 42 0 12 40 1B 2B 2F 31
Octal 271 227 102 0 22 100 33 53 57 61
Binary 10111001 10010111 1000010 0 10010 1000000 11011 101011 101111 110001

Color Harmonies of #B99742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99742

Black with #B99742

Text Example


Text Example

White with #B99742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99742; }

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

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

background-color css

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

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

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

border-color css

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

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

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