Html Css Color HEX #BA993D Roti

📋 copy color: '#BA993D'

red 186 ◦ green 153 ◦ blue 61

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

Shades of Roti #BA993D

Tints of Roti #BA993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.25%

R = 46.5%
G = 38.25%
B = 15.25%

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

#BA993D (or 0xBA993D) is known color: Roti. HEX triplet: BA, 99 and 3D. RGB value is (186,153,61). Sum of RGB (Red+Green+Blue) = 186+153+61=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA993D is #4566C2. Grayscale: #989898. Windows color (decimal): -4548291 or 4037050. OLE color: 4037050.

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

Color convert

RGB 186 153 61 -
CMYK 0 0.18 0.67 0.27
HSL 44.16º 0.51% 0.48% -
HSV(B) 44.16º 0.67% 0.73% -
XYZ 32.48 33.56 9.18 -
YUV 152.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 186 153 61 0 0.18 0.67 0.27 44.16 0.51 0.48
Hex BA 99 3D 0 12 43 1B 2C 33 30
Octal 272 231 75 0 22 103 33 54 63 60
Binary 10111010 10011001 111101 0 10010 1000011 11011 101100 110011 110000

Color Harmonies of #BA993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA993D

Black with #BA993D

Text Example


Text Example

White with #BA993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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