Html Css Color HEX #BA953C Roti

📋 copy color: '#BA953C'

red 186 ◦ green 149 ◦ blue 60

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

Shades of Roti #BA953C

Tints of Roti #BA953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 60 (23.83% from 255) = 15.19%

R = 47.09%
G = 37.72%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA953C (or 0xBA953C) is known color: Roti. HEX triplet: BA, 95 and 3C. RGB value is (186,149,60). Sum of RGB (Red+Green+Blue) = 186+149+60=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA953C is #456AC3. Grayscale: #969696. Windows color (decimal): -4549316 or 3970490. OLE color: 3970490.

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

Color convert

RGB 186 149 60 -
CMYK 0 0.20 0.68 0.27
HSL 42.38º 0.51% 0.48% -
HSV(B) 42.38º 0.68% 0.73% -
XYZ 31.81 32.26 8.83 -
YUV 149.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 186 149 60 0 0.20 0.68 0.27 42.38 0.51 0.48
Hex BA 95 3C 0 14 44 1B 2A 33 30
Octal 272 225 74 0 24 104 33 52 63 60
Binary 10111010 10010101 111100 0 10100 1000100 11011 101010 110011 110000

Color Harmonies of #BA953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA953C

Black with #BA953C

Text Example


Text Example

White with #BA953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA953C; }

 p { color: rgb(186,149,60); }

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

background-color css

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

 a { background-color: rgb(186,149,60); }

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

border-color css

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

 span { border-color: rgb(186,149,60); }

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