Html Css Color HEX #BA953B Roti

📋 copy color: '#BA953B'

red 186 ◦ green 149 ◦ blue 59

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

Shades of Roti #BA953B

Tints of Roti #BA953B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.97%

R = 47.21%
G = 37.82%
B = 14.97%

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

#BA953B (or 0xBA953B) is known color: Roti. HEX triplet: BA, 95 and 3B. RGB value is (186,149,59). Sum of RGB (Red+Green+Blue) = 186+149+59=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA953B is #456AC4. Grayscale: #969696. Windows color (decimal): -4549317 or 3904954. OLE color: 3904954.

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

Color convert

RGB 186 149 59 -
CMYK 0 0.20 0.68 0.27
HSL 42.52º 0.52% 0.48% -
HSV(B) 42.52º 0.68% 0.73% -
XYZ 31.79 32.25 8.69 -
YUV 149.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 186 149 59 0 0.20 0.68 0.27 42.52 0.52 0.48
Hex BA 95 3B 0 14 44 1B 2B 34 30
Octal 272 225 73 0 24 104 33 53 64 60
Binary 10111010 10010101 111011 0 10100 1000100 11011 101011 110100 110000

Color Harmonies of #BA953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA953B

Black with #BA953B

Text Example


Text Example

White with #BA953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA953B; }

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

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

background-color css

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

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

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

border-color css

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

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

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