Html Css Color HEX #BA963F Roti

📋 copy color: '#BA963F'

red 186 ◦ green 150 ◦ blue 63

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

Shades of Roti #BA963F

Tints of Roti #BA963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.79%

R = 46.62%
G = 37.59%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA963F (or 0xBA963F) is known color: Roti. HEX triplet: BA, 96 and 3F. RGB value is (186,150,63). Sum of RGB (Red+Green+Blue) = 186+150+63=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA963F is #4569C0. Grayscale: #979797. Windows color (decimal): -4549057 or 4167354. OLE color: 4167354.

HSL color Cylindrical-coordinate representation of color #BA963F: hue angle of 42.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA963F is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 63 -
CMYK 0 0.19 0.66 0.27
HSL 42.44º 0.49% 0.49% -
HSV(B) 42.44º 0.66% 0.73% -
XYZ 32.05 32.61 9.31 -
YUV 150.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 186 150 63 0 0.19 0.66 0.27 42.44 0.49 0.49
Hex BA 96 3F 0 13 42 1B 2A 31 31
Octal 272 226 77 0 23 102 33 52 61 61
Binary 10111010 10010110 111111 0 10011 1000010 11011 101010 110001 110001

Color Harmonies of #BA963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA963F

Black with #BA963F

Text Example


Text Example

White with #BA963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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