Html Css Color HEX #BA9649 Roti

📋 copy color: '#BA9649'

red 186 ◦ green 150 ◦ blue 73

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

Shades of Roti #BA9649

Tints of Roti #BA9649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 45.48%
G = 36.67%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9649 (or 0xBA9649) is known color: Roti. HEX triplet: BA, 96 and 49. RGB value is (186,150,73). Sum of RGB (Red+Green+Blue) = 186+150+73=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9649 is #4569B6. Grayscale: #989898. Windows color (decimal): -4549047 or 4822714. OLE color: 4822714.

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

Color convert

RGB 186 150 73 -
CMYK 0 0.19 0.61 0.27
HSL 40.88º 0.45% 0.51% -
HSV(B) 40.88º 0.61% 0.73% -
XYZ 32.36 32.73 10.92 -
YUV 151.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 186 150 73 0 0.19 0.61 0.27 40.88 0.45 0.51
Hex BA 96 49 0 13 3D 1B 29 2D 33
Octal 272 226 111 0 23 75 33 51 55 63
Binary 10111010 10010110 1001001 0 10011 111101 11011 101001 101101 110011

Color Harmonies of #BA9649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9649

Black with #BA9649

Text Example


Text Example

White with #BA9649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9649; }

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

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

background-color css

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

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

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

border-color css

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

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

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