Html Css Color HEX #BA9D47 Roti

📋 copy color: '#BA9D47'

red 186 ◦ green 157 ◦ blue 71

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

Shades of Roti #BA9D47

Tints of Roti #BA9D47

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

 BLUE value IS 71 (28.13% from 255) = 17.15%

R = 44.93%
G = 37.92%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9D47 (or 0xBA9D47) is known color: Roti. HEX triplet: BA, 9D and 47. RGB value is (186,157,71). Sum of RGB (Red+Green+Blue) = 186+157+71=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D47 is #4562B8. Grayscale: #9C9C9C. Windows color (decimal): -4547257 or 4693434. OLE color: 4693434.

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

Color convert

RGB 186 157 71 -
CMYK 0 0.16 0.62 0.27
HSL 44.87º 0.45% 0.5% -
HSV(B) 44.87º 0.62% 0.73% -
XYZ 33.44 35.01 10.96 -
YUV 155.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 186 157 71 0 0.16 0.62 0.27 44.87 0.45 0.5
Hex BA 9D 47 0 10 3E 1B 2D 2D 32
Octal 272 235 107 0 20 76 33 55 55 62
Binary 10111010 10011101 1000111 0 10000 111110 11011 101101 101101 110010

Color Harmonies of #BA9D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D47

Black with #BA9D47

Text Example


Text Example

White with #BA9D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D47; }

 p { color: rgb(186,157,71); }

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

background-color css

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

 a { background-color: rgb(186,157,71); }

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

border-color css

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

 span { border-color: rgb(186,157,71); }

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