Html Css Color HEX #BA993A Roti

📋 copy color: '#BA993A'

red 186 ◦ green 153 ◦ blue 58

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

Shades of Roti #BA993A

Tints of Roti #BA993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 46.85%
G = 38.54%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA993A (or 0xBA993A) is known color: Roti. HEX triplet: BA, 99 and 3A. RGB value is (186,153,58). Sum of RGB (Red+Green+Blue) = 186+153+58=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA993A is #4566C5. Grayscale: #989898. Windows color (decimal): -4548294 or 3840442. OLE color: 3840442.

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

Color convert

RGB 186 153 58 -
CMYK 0 0.18 0.69 0.27
HSL 44.53º 0.52% 0.48% -
HSV(B) 44.53º 0.69% 0.73% -
XYZ 32.4 33.53 8.77 -
YUV 152.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 186 153 58 0 0.18 0.69 0.27 44.53 0.52 0.48
Hex BA 99 3A 0 12 45 1B 2D 34 30
Octal 272 231 72 0 22 105 33 55 64 60
Binary 10111010 10011001 111010 0 10010 1000101 11011 101101 110100 110000

Color Harmonies of #BA993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA993A

Black with #BA993A

Text Example


Text Example

White with #BA993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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