Html Css Color HEX #BA9140 Roti

📋 copy color: '#BA9140'

red 186 ◦ green 145 ◦ blue 64

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

Shades of Roti #BA9140

Tints of Roti #BA9140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 47.09%
G = 36.71%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA9140 (or 0xBA9140) is known color: Roti. HEX triplet: BA, 91 and 40. RGB value is (186,145,64). Sum of RGB (Red+Green+Blue) = 186+145+64=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9140 is #456EBF. Grayscale: #949494. Windows color (decimal): -4550336 or 4231610. OLE color: 4231610.

HSL color Cylindrical-coordinate representation of color #BA9140: hue angle of 39.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA9140 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 145 64 -
CMYK 0 0.22 0.66 0.27
HSL 39.84º 0.49% 0.49% -
HSV(B) 39.84º 0.66% 0.73% -
XYZ 31.3 31.06 9.2 -
YUV 148.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 186 145 64 0 0.22 0.66 0.27 39.84 0.49 0.49
Hex BA 91 40 0 16 42 1B 28 31 31
Octal 272 221 100 0 26 102 33 50 61 61
Binary 10111010 10010001 1000000 0 10110 1000010 11011 101000 110001 110001

Color Harmonies of #BA9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9140

Black with #BA9140

Text Example


Text Example

White with #BA9140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9140; }

 p { color: rgb(186,145,64); }

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

background-color css

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

 a { background-color: rgb(186,145,64); }

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

border-color css

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

 span { border-color: rgb(186,145,64); }

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