Html Css Color HEX #BA953A Roti

📋 copy color: '#BA953A'

red 186 ◦ green 149 ◦ blue 58

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

Shades of Roti #BA953A

Tints of Roti #BA953A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 47.33%
G = 37.91%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA953A (or 0xBA953A) is known color: Roti. HEX triplet: BA, 95 and 3A. RGB value is (186,149,58). Sum of RGB (Red+Green+Blue) = 186+149+58=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA953A is #456AC5. Grayscale: #969696. Windows color (decimal): -4549318 or 3839418. OLE color: 3839418.

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

Color convert

RGB 186 149 58 -
CMYK 0 0.20 0.69 0.27
HSL 42.66º 0.52% 0.48% -
HSV(B) 42.66º 0.69% 0.73% -
XYZ 31.76 32.24 8.55 -
YUV 149.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 186 149 58 0 0.20 0.69 0.27 42.66 0.52 0.48
Hex BA 95 3A 0 14 45 1B 2B 34 30
Octal 272 225 72 0 24 105 33 53 64 60
Binary 10111010 10010101 111010 0 10100 1000101 11011 101011 110100 110000

Color Harmonies of #BA953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA953A

Black with #BA953A

Text Example


Text Example

White with #BA953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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