Html Css Color HEX #BA9946 Roti

📋 copy color: '#BA9946'

red 186 ◦ green 153 ◦ blue 70

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

Shades of Roti #BA9946

Tints of Roti #BA9946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.11%

R = 45.48%
G = 37.41%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9946 (or 0xBA9946) is known color: Roti. HEX triplet: BA, 99 and 46. RGB value is (186,153,70). Sum of RGB (Red+Green+Blue) = 186+153+70=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9946 is #4566B9. Grayscale: #999999. Windows color (decimal): -4548282 or 4626874. OLE color: 4626874.

HSL color Cylindrical-coordinate representation of color #BA9946: hue angle of 42.93º degrees, saturation: 0.46, 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 #BA9946 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 153 70 -
CMYK 0 0.18 0.62 0.27
HSL 42.93º 0.46% 0.5% -
HSV(B) 42.93º 0.62% 0.73% -
XYZ 32.75 33.66 10.57 -
YUV 153.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 186 153 70 0 0.18 0.62 0.27 42.93 0.46 0.5
Hex BA 99 46 0 12 3E 1B 2B 2E 32
Octal 272 231 106 0 22 76 33 53 56 62
Binary 10111010 10011001 1000110 0 10010 111110 11011 101011 101110 110010

Color Harmonies of #BA9946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9946

Black with #BA9946

Text Example


Text Example

White with #BA9946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9946; }

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

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

background-color css

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

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

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

border-color css

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

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

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