Html Css Color HEX #BA953E Roti

📋 copy color: '#BA953E'

red 186 ◦ green 149 ◦ blue 62

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

Shades of Roti #BA953E

Tints of Roti #BA953E

RGB

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

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

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

R = 46.85%
G = 37.53%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA953E (or 0xBA953E) is known color: Roti. HEX triplet: BA, 95 and 3E. RGB value is (186,149,62). Sum of RGB (Red+Green+Blue) = 186+149+62=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA953E is #456AC1. Grayscale: #969696. Windows color (decimal): -4549314 or 4101562. OLE color: 4101562.

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

Color convert

RGB 186 149 62 -
CMYK 0 0.20 0.67 0.27
HSL 42.1º 0.5% 0.49% -
HSV(B) 42.1º 0.67% 0.73% -
XYZ 31.87 32.28 9.11 -
YUV 150.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 186 149 62 0 0.20 0.67 0.27 42.1 0.5 0.49
Hex BA 95 3E 0 14 43 1B 2A 32 31
Octal 272 225 76 0 24 103 33 52 62 61
Binary 10111010 10010101 111110 0 10100 1000011 11011 101010 110010 110001

Color Harmonies of #BA953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA953E

Black with #BA953E

Text Example


Text Example

White with #BA953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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