Html Css Color HEX #BA9949 Roti

📋 copy color: '#BA9949'

red 186 ◦ green 153 ◦ blue 73

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

Shades of Roti #BA9949

Tints of Roti #BA9949

RGB

 RED value IS 186 (73.05% from 255) = 45.15%

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 73 (28.91% from 255) = 17.72%

R = 45.15%
G = 37.14%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9949 (or 0xBA9949) is known color: Roti. HEX triplet: BA, 99 and 49. RGB value is (186,153,73). Sum of RGB (Red+Green+Blue) = 186+153+73=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9949 is #4566B6. Grayscale: #9A9A9A. Windows color (decimal): -4548279 or 4823482. OLE color: 4823482.

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

Color convert

RGB 186 153 73 -
CMYK 0 0.18 0.61 0.27
HSL 42.48º 0.45% 0.51% -
HSV(B) 42.48º 0.61% 0.73% -
XYZ 32.84 33.7 11.08 -
YUV 153.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 186 153 73 0 0.18 0.61 0.27 42.48 0.45 0.51
Hex BA 99 49 0 12 3D 1B 2A 2D 33
Octal 272 231 111 0 22 75 33 52 55 63
Binary 10111010 10011001 1001001 0 10010 111101 11011 101010 101101 110011

Color Harmonies of #BA9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9949

Black with #BA9949

Text Example


Text Example

White with #BA9949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9949; }

 p { color: rgb(186,153,73); }

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

background-color css

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

 a { background-color: rgb(186,153,73); }

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

border-color css

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

 span { border-color: rgb(186,153,73); }

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