Html Css Color HEX #BA963E Roti

📋 copy color: '#BA963E'

red 186 ◦ green 150 ◦ blue 62

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

Shades of Roti #BA963E

Tints of Roti #BA963E

RGB

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

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

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

R = 46.73%
G = 37.69%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA963E (or 0xBA963E) is known color: Roti. HEX triplet: BA, 96 and 3E. RGB value is (186,150,62). Sum of RGB (Red+Green+Blue) = 186+150+62=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA963E is #4569C1. Grayscale: #979797. Windows color (decimal): -4549058 or 4101818. OLE color: 4101818.

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

Color convert

RGB 186 150 62 -
CMYK 0 0.19 0.67 0.27
HSL 42.58º 0.5% 0.49% -
HSV(B) 42.58º 0.67% 0.73% -
XYZ 32.03 32.6 9.16 -
YUV 150.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 186 150 62 0 0.19 0.67 0.27 42.58 0.5 0.49
Hex BA 96 3E 0 13 43 1B 2B 32 31
Octal 272 226 76 0 23 103 33 53 62 61
Binary 10111010 10010110 111110 0 10011 1000011 11011 101011 110010 110001

Color Harmonies of #BA963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA963E

Black with #BA963E

Text Example


Text Example

White with #BA963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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