Html Css Color HEX #B99142 Roti

📋 copy color: '#B99142'

red 185 ◦ green 145 ◦ blue 66

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

Shades of Roti #B99142

Tints of Roti #B99142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 46.72%
G = 36.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B99142 (or 0xB99142) is known color: Roti. HEX triplet: B9, 91 and 42. RGB value is (185,145,66). Sum of RGB (Red+Green+Blue) = 185+145+66=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B99142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99142 is #466EBD. Grayscale: #949494. Windows color (decimal): -4615870 or 4362681. OLE color: 4362681.

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

Color convert

RGB 185 145 66 -
CMYK 0 0.22 0.64 0.27
HSL 39.83º 0.47% 0.49% -
HSV(B) 39.83º 0.64% 0.73% -
XYZ 31.12 30.96 9.49 -
YUV 147.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 185 145 66 0 0.22 0.64 0.27 39.83 0.47 0.49
Hex B9 91 42 0 16 40 1B 28 2F 31
Octal 271 221 102 0 26 100 33 50 57 61
Binary 10111001 10010001 1000010 0 10110 1000000 11011 101000 101111 110001

Color Harmonies of #B99142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99142

Black with #B99142

Text Example


Text Example

White with #B99142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99142; }

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

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

background-color css

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

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

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

border-color css

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

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

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