Html Css Color HEX #BA993E Roti

📋 copy color: '#BA993E'

red 186 ◦ green 153 ◦ blue 62

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

Shades of Roti #BA993E

Tints of Roti #BA993E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 46.38%
G = 38.15%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA993E (or 0xBA993E) is known color: Roti. HEX triplet: BA, 99 and 3E. RGB value is (186,153,62). Sum of RGB (Red+Green+Blue) = 186+153+62=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA993E is #4566C1. Grayscale: #989898. Windows color (decimal): -4548290 or 4102586. OLE color: 4102586.

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

Color convert

RGB 186 153 62 -
CMYK 0 0.18 0.67 0.27
HSL 44.03º 0.5% 0.49% -
HSV(B) 44.03º 0.67% 0.73% -
XYZ 32.51 33.57 9.32 -
YUV 152.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 186 153 62 0 0.18 0.67 0.27 44.03 0.5 0.49
Hex BA 99 3E 0 12 43 1B 2C 32 31
Octal 272 231 76 0 22 103 33 54 62 61
Binary 10111010 10011001 111110 0 10010 1000011 11011 101100 110010 110001

Color Harmonies of #BA993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA993E

Black with #BA993E

Text Example


Text Example

White with #BA993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA993E; }

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

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

background-color css

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

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

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

border-color css

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

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

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