Html Css Color HEX #B9983E Roti

📋 copy color: '#B9983E'

red 185 ◦ green 152 ◦ blue 62

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

Shades of Roti #B9983E

Tints of Roti #B9983E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 46.37%
G = 38.1%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9983E (or 0xB9983E) is known color: Roti. HEX triplet: B9, 98 and 3E. RGB value is (185,152,62). Sum of RGB (Red+Green+Blue) = 185+152+62=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9983E is #4667C1. Grayscale: #989898. Windows color (decimal): -4614082 or 4102329. OLE color: 4102329.

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

Color convert

RGB 185 152 62 -
CMYK 0 0.18 0.66 0.27
HSL 43.9º 0.5% 0.48% -
HSV(B) 43.9º 0.66% 0.73% -
XYZ 32.11 33.12 9.26 -
YUV 151.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 185 152 62 0 0.18 0.66 0.27 43.9 0.5 0.48
Hex B9 98 3E 0 12 42 1B 2C 32 30
Octal 271 230 76 0 22 102 33 54 62 60
Binary 10111001 10011000 111110 0 10010 1000010 11011 101100 110010 110000

Color Harmonies of #B9983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9983E

Black with #B9983E

Text Example


Text Example

White with #B9983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9983E; }

 p { color: rgb(185,152,62); }

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

background-color css

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

 a { background-color: rgb(185,152,62); }

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

border-color css

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

 span { border-color: rgb(185,152,62); }

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