Html Css Color HEX #BA9746 Roti

📋 copy color: '#BA9746'

red 186 ◦ green 151 ◦ blue 70

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

Shades of Roti #BA9746

Tints of Roti #BA9746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

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

R = 45.7%
G = 37.1%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9746 (or 0xBA9746) is known color: Roti. HEX triplet: BA, 97 and 46. RGB value is (186,151,70). Sum of RGB (Red+Green+Blue) = 186+151+70=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9746 is #4568B9. Grayscale: #989898. Windows color (decimal): -4548794 or 4626362. OLE color: 4626362.

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

Color convert

RGB 186 151 70 -
CMYK 0 0.19 0.62 0.27
HSL 41.9º 0.46% 0.5% -
HSV(B) 41.9º 0.62% 0.73% -
XYZ 32.42 33.01 10.46 -
YUV 152.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 186 151 70 0 0.19 0.62 0.27 41.9 0.46 0.5
Hex BA 97 46 0 13 3E 1B 2A 2E 32
Octal 272 227 106 0 23 76 33 52 56 62
Binary 10111010 10010111 1000110 0 10011 111110 11011 101010 101110 110010

Color Harmonies of #BA9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9746

Black with #BA9746

Text Example


Text Example

White with #BA9746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9746; }

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

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

background-color css

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

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

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

border-color css

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

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

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