Html Css Color HEX #BA963A Roti

📋 copy color: '#BA963A'

red 186 ◦ green 150 ◦ blue 58

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

Shades of Roti #BA963A

Tints of Roti #BA963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

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

R = 47.21%
G = 38.07%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA963A (or 0xBA963A) is known color: Roti. HEX triplet: BA, 96 and 3A. RGB value is (186,150,58). Sum of RGB (Red+Green+Blue) = 186+150+58=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA963A is #4569C5. Grayscale: #969696. Windows color (decimal): -4549062 or 3839674. OLE color: 3839674.

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

Color convert

RGB 186 150 58 -
CMYK 0 0.19 0.69 0.27
HSL 43.13º 0.52% 0.48% -
HSV(B) 43.13º 0.69% 0.73% -
XYZ 31.92 32.56 8.6 -
YUV 150.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 186 150 58 0 0.19 0.69 0.27 43.13 0.52 0.48
Hex BA 96 3A 0 13 45 1B 2B 34 30
Octal 272 226 72 0 23 105 33 53 64 60
Binary 10111010 10010110 111010 0 10011 1000101 11011 101011 110100 110000

Color Harmonies of #BA963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA963A

Black with #BA963A

Text Example


Text Example

White with #BA963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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