Html Css Color HEX #BA993F Roti

📋 copy color: '#BA993F'

red 186 ◦ green 153 ◦ blue 63

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

Shades of Roti #BA993F

Tints of Roti #BA993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.67%

R = 46.27%
G = 38.06%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA993F (or 0xBA993F) is known color: Roti. HEX triplet: BA, 99 and 3F. RGB value is (186,153,63). Sum of RGB (Red+Green+Blue) = 186+153+63=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA993F is #4566C0. Grayscale: #999999. Windows color (decimal): -4548289 or 4168122. OLE color: 4168122.

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

Color convert

RGB 186 153 63 -
CMYK 0 0.18 0.66 0.27
HSL 43.9º 0.49% 0.49% -
HSV(B) 43.9º 0.66% 0.73% -
XYZ 32.54 33.58 9.47 -
YUV 152.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 186 153 63 0 0.18 0.66 0.27 43.9 0.49 0.49
Hex BA 99 3F 0 12 42 1B 2C 31 31
Octal 272 231 77 0 22 102 33 54 61 61
Binary 10111010 10011001 111111 0 10010 1000010 11011 101100 110001 110001

Color Harmonies of #BA993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA993F

Black with #BA993F

Text Example


Text Example

White with #BA993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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