Html Css Color HEX #B9953E Roti

📋 copy color: '#B9953E'

red 185 ◦ green 149 ◦ blue 62

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

Shades of Roti #B9953E

Tints of Roti #B9953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 46.72%
G = 37.63%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9953E (or 0xB9953E) is known color: Roti. HEX triplet: B9, 95 and 3E. RGB value is (185,149,62). Sum of RGB (Red+Green+Blue) = 185+149+62=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9953E is #466AC1. Grayscale: #969696. Windows color (decimal): -4614850 or 4101561. OLE color: 4101561.

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

Color convert

RGB 185 149 62 -
CMYK 0 0.19 0.66 0.27
HSL 42.44º 0.5% 0.48% -
HSV(B) 42.44º 0.66% 0.73% -
XYZ 31.62 32.16 9.1 -
YUV 149.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 185 149 62 0 0.19 0.66 0.27 42.44 0.5 0.48
Hex B9 95 3E 0 13 42 1B 2A 32 30
Octal 271 225 76 0 23 102 33 52 62 60
Binary 10111001 10010101 111110 0 10011 1000010 11011 101010 110010 110000

Color Harmonies of #B9953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9953E

Black with #B9953E

Text Example


Text Example

White with #B9953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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